svn commit: r378609 - head/graphics/opennurbs
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 7 17:19:54 UTC 2015
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
More information about the svn-ports-all
mailing list