aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 10:11:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 10:11:19 +0000
commit3e2330f8f70ae7300a1494f2a1ec7e250cd11e2d (patch)
treebde8029cc0ae0f31f861674a5159a8e0d7ae0b82 /comms
parent06aac32a8d878380cca606e0397d0bd320b1218e (diff)
downloadports-3e2330f8f70ae7300a1494f2a1ec7e250cd11e2d.tar.gz
ports-3e2330f8f70ae7300a1494f2a1ec7e250cd11e2d.zip
BROKEN with perl != 5.6.1: broken plist
Notes
Notes: svn path=/head/; revision=101174
Diffstat (limited to 'comms')
-rw-r--r--comms/gscmxx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile
index da9e6349705e..c2a93404ea30 100644
--- a/comms/gscmxx/Makefile
+++ b/comms/gscmxx/Makefile
@@ -27,4 +27,10 @@ PERL_CONFIGURE= YES
USE_GNOME= gtk12
MAN1= gscmxx.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} != 500601
+BROKEN= "Broken pkg-plist with perl != 5.6.1"
+.endif
+
+.include <bsd.port.post.mk>