diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-08 01:19:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-08 01:19:53 +0800 |
commit | 3a62c5d776bba15b1ab89dcccfc164ae730145a2 (patch) | |
tree | 3cdd9d277db673ab85b6dffda6cdf6dec050bbfb /graphics | |
parent | a95e62cd61fbb34df13fc2fce8b5d9d7b97e8a27 (diff) | |
download | freebsd-ports-graphics-3a62c5d776bba15b1ab89dcccfc164ae730145a2.tar.gz freebsd-ports-graphics-3a62c5d776bba15b1ab89dcccfc164ae730145a2.tar.zst freebsd-ports-graphics-3a62c5d776bba15b1ab89dcccfc164ae730145a2.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 2a19f1ee1a6..98865526a02 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 |