diff options
Diffstat (limited to 'devel/fungw/Makefile')
-rw-r--r-- | devel/fungw/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/fungw/Makefile b/devel/fungw/Makefile index ab2ca5194f72..715d4195fb07 100644 --- a/devel/fungw/Makefile +++ b/devel/fungw/Makefile @@ -44,4 +44,10 @@ TCL_USES= tcl post-install: [ '${STRIP}' = -s ] && ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfungw*.so.? -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> |