diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-19 07:22:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-19 07:22:10 +0800 |
commit | b1221aacbb1c04df94411819e1fd07013cfd23b3 (patch) | |
tree | 6ec4464497927179c2c64b72a1d594829a4c75b2 /www/firefox/Makefile | |
parent | 64072bb595c8622475a1dc7940373cac1e5f07d8 (diff) | |
download | freebsd-ports-gnome-b1221aacbb1c04df94411819e1fd07013cfd23b3.tar.gz freebsd-ports-gnome-b1221aacbb1c04df94411819e1fd07013cfd23b3.tar.zst freebsd-ports-gnome-b1221aacbb1c04df94411819e1fd07013cfd23b3.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.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index aea22c49a05b..21520ae2d258 100644 --- a/www/firefox/Makefile +++ b/www/firefox/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 |