diff options
author | johans <johans@FreeBSD.org> | 2010-05-05 05:40:25 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-05-05 05:40:25 +0800 |
commit | 3448150ebeec3346a98997cc8a093bf396b804f2 (patch) | |
tree | cc76c53ca5b26366ee2cc6438b86ad020dfdb006 /lang/smalltalk | |
parent | e375bf9872869b1821b92241fc79d19df2412bc6 (diff) | |
download | freebsd-ports-gnome-3448150ebeec3346a98997cc8a093bf396b804f2.tar.gz freebsd-ports-gnome-3448150ebeec3346a98997cc8a093bf396b804f2.tar.zst freebsd-ports-gnome-3448150ebeec3346a98997cc8a093bf396b804f2.zip |
Set IGNORE for NOPORTDATA configurations:
Smalltalk port does not honour the NOPORTDATA flag
and won't work if the port data is not installed
Reported by: QAT
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 85186a7f8027..20d661b38743 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -41,6 +41,10 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" PORTDATA= * +.ifdef NOPORTDATA +IGNORE= smalltalk requires port data, unset NOPORTDATA to install +.endif + MAN1= gst.1 gst-load.1 gst-package.1 gst-sunit.1 gst-config.1 \ gst-convert.1 gst-doc.1 gst-profile.1 MLINKS= gst-load.1 gst-reload.1 |