diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 11:43:09 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 11:43:09 +0000 |
commit | ae2d0efd7677d0b20e6c24cf6cb966044164a766 (patch) | |
tree | 45096442786f7b503e38b8dbc4159b12372b2e89 /www/firefox10 | |
parent | 10e08af3c5f8c5d90f674232b031cbb4c438fb8c (diff) | |
download | FreeBSD-ports-ae2d0efd7677d0b20e6c24cf6cb966044164a766.zip FreeBSD-ports-ae2d0efd7677d0b20e6c24cf6cb966044164a766.tar.gz |
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/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 4 | ||||
-rw-r--r-- | www/firefox10/files/mozconfig.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index e29b771..57b32b2 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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}|' \ diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in index 336ea6e..b931397 100644 --- a/www/firefox10/files/mozconfig.in +++ b/www/firefox10/files/mozconfig.in @@ -14,8 +14,8 @@ ac_add_options --disable-composer # FBSD specific export CFLAGS=@CFLAGS@ export LIBS=@LIBS@ -#export PERL=@LOCALBASE@/bin/perl5.8.0 -#mk_add_options PERL=$PERL +export PERL=@LOCALBASE@/bin/perl5.8.0 +mk_add_options PERL=$PERL export GTK_CONFIG=@X11BASE@/bin/gtk12-config mk_add_options GTK_CONFIG=$GTK_CONFIG export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config |