diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-08 01:19:53 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-08 01:19:53 +0800 |
commit | e79d931da1b97f559b438455a6c3a40999fd844f (patch) | |
tree | 3cdd9d277db673ab85b6dffda6cdf6dec050bbfb /graphics | |
parent | 92faabe1504b4d76b9c0329689d1e0e442a58e66 (diff) | |
download | freebsd-ports-gnome-e79d931da1b97f559b438455a6c3a40999fd844f.tar.gz freebsd-ports-gnome-e79d931da1b97f559b438455a6c3a40999fd844f.tar.zst freebsd-ports-gnome-e79d931da1b97f559b438455a6c3a40999fd844f.zip |
Fix the SRC_BASE check
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opennurbs/Makefile | 3 |
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 |