diff options
-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 |