diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 19:43:09 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 19:43:09 +0800 |
commit | ae2d0efd7677d0b20e6c24cf6cb966044164a766 (patch) | |
tree | 45096442786f7b503e38b8dbc4159b12372b2e89 /www/firefox/Makefile | |
parent | 10e08af3c5f8c5d90f674232b031cbb4c438fb8c (diff) | |
download | freebsd-ports-gnome-ae2d0efd7677d0b20e6c24cf6cb966044164a766.tar.gz freebsd-ports-gnome-ae2d0efd7677d0b20e6c24cf6cb966044164a766.tar.zst freebsd-ports-gnome-ae2d0efd7677d0b20e6c24cf6cb966044164a766.zip |
1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Spec
versioning with this port.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e29b771f7c35..57b32b21368c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" +BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. +.endif # !defined(PERL_VER) || ${PERL_VER} != "5.8.0" + post-extract: ${SED} -e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@LIBS@|${LIBS}|' \ |