diff options
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r-- | www/flock/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index aea22c49a05b..21520ae2d258 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -48,12 +48,12 @@ PLUGINSDIR= ${PREFIX}/lib/browser_plugins .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -.undef NO_IGNORE -BROKEN= Mozilla Firebird only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\'. -.endif # ${PERL_LEVEL} < 500601 +#.if ${PERL_LEVEL} < 500601 +#.undef NO_IGNORE +#BROKEN= Mozilla Firebird only supports the ports versions of Perl. +#BROKEN+=If you have installed a Perl port, and are getting this message, +#BROKEN+=please make sure you have given the command \'use.perl port\'. +#.endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort PLIST=${WRKDIR}/plist |