Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 17:19:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378609 - head/graphics/opennurbs
Message-ID:  <201502071719.t17HJrQ2003218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  7 17:19:53 2015
New Revision: 378609
URL: https://svnweb.freebsd.org/changeset/ports/378609
QAT: https://qat.redports.org/buildarchive/r378609/

Log:
  Fix the SRC_BASE check

Modified:
  head/graphics/opennurbs/Makefile

Modified: head/graphics/opennurbs/Makefile
==============================================================================
--- head/graphics/opennurbs/Makefile	Sat Feb  7 17:18:48 2015	(r378608)
+++ head/graphics/opennurbs/Makefile	Sat Feb  7 17:19:53 2015	(r378609)
@@ -23,8 +23,7 @@ MKFILE=		${EXAMPLESDIR}/bsd.openNURBS.mk
 
 .include <bsd.port.pre.mk>
 
-pre-fetch:
-.if !exists(${SRC_BASE})
+.if !exists(${SRC_BASE}/lib/libz)
 IGNORE=	needs SRC_BASE to compile. Install base system sources and try again
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502071719.t17HJrQ2003218>