aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gscmxx
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 18:11:19 +0800
committerkris <kris@FreeBSD.org>2004-02-17 18:11:19 +0800
commit533e9cbc27cfb384532355650d3453ca151a1ee1 (patch)
tree4f4c9654dd94d307588f188101df594dd7befc4c /comms/gscmxx
parent0f97efb61bb9659016a6f02471f7e7e77dcd0eaf (diff)
downloadfreebsd-ports-gnome-533e9cbc27cfb384532355650d3453ca151a1ee1.tar.gz
freebsd-ports-gnome-533e9cbc27cfb384532355650d3453ca151a1ee1.tar.zst
freebsd-ports-gnome-533e9cbc27cfb384532355650d3453ca151a1ee1.zip
BROKEN with perl != 5.6.1: broken plist
Diffstat (limited to 'comms/gscmxx')
-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>