summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-05-04 21:40:25 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-05-04 21:40:25 +0000
commit341f0843b910fbbe978456e8eaedabcb41e434ca (patch)
tree863a16436df9a42530a4899ecf820b92a1e0655f /lang/smalltalk
parentAdded 38 missing CVE names to 24 VuXML entries (diff)
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
Notes
Notes: svn path=/head/; revision=253705
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
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