diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-18 23:22:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-18 23:22:10 +0000 |
commit | f70740038e37c38c86d8fee806eb97d7a2b99b38 (patch) | |
tree | 29fdfc69d4e2c18bc9b306c12487686addbe6ef2 /www/flock/Makefile | |
parent | 74de3a3e58a7742f76e98ff100d41911799a0365 (diff) | |
download | ports-f70740038e37c38c86d8fee806eb97d7a2b99b38.tar.gz ports-f70740038e37c38c86d8fee806eb97d7a2b99b38.zip |
Try my hand at removing the Perl 5.6.1 dependency. This port now builds
and seems to work just fine out-of-the-box on -STABLE with the built-in
Perl 5.00503.
Notes
Notes:
svn path=/head/; revision=83276
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 |