aboutsummaryrefslogtreecommitdiff
path: root/graphics/opennurbs
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-02-07 17:19:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-02-07 17:19:53 +0000
commite79d931da1b97f559b438455a6c3a40999fd844f (patch)
tree3cdd9d277db673ab85b6dffda6cdf6dec050bbfb /graphics/opennurbs
parent92faabe1504b4d76b9c0329689d1e0e442a58e66 (diff)
downloadports-e79d931da1b97f559b438455a6c3a40999fd844f.tar.gz
ports-e79d931da1b97f559b438455a6c3a40999fd844f.zip
Fix the SRC_BASE check
Notes
Notes: svn path=/head/; revision=378609
Diffstat (limited to 'graphics/opennurbs')
-rw-r--r--graphics/opennurbs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile
index 2a19f1ee1a67..98865526a026 100644
--- a/graphics/opennurbs/Makefile
+++ b/graphics/opennurbs/Makefile
@@ -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