diff options
Diffstat (limited to 'comms/gscmxx/Makefile')
-rw-r--r-- | comms/gscmxx/Makefile | 8 |
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> |