diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 23:00:15 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 23:00:15 +0800 |
commit | 006fbe3343772681c7e04b9b3a2c22dac3833ca7 (patch) | |
tree | 36ff2865d39e295ca9ef88a9619d1411ac902ffd /www/firefox15/Makefile | |
parent | f0941e0b2c920d8029e5e27475e98577570f43b3 (diff) | |
download | freebsd-ports-gnome-006fbe3343772681c7e04b9b3a2c22dac3833ca7.tar.gz freebsd-ports-gnome-006fbe3343772681c7e04b9b3a2c22dac3833ca7.tar.zst freebsd-ports-gnome-006fbe3343772681c7e04b9b3a2c22dac3833ca7.zip |
1. Change MAINTAINER to phoenix@geeksrus, which is an alias to both
alane@ and trevor@.
2. Expand the BROKEN message to include instruction to run 'use.perl port'.
3. .undef NO_IGNORE.
Diffstat (limited to 'www/firefox15/Makefile')
-rw-r--r-- | www/firefox15/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 43086a91ba96..2647421d64ad 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -14,7 +14,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor -MAINTAINER= alane@freebsd.org # and trevor@freebsd.org +MAINTAINER= phoenix@geeksrus.net # alane@fbsd and trevor@fbsd LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ @@ -23,7 +23,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ #Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 + freetype-config:${PORTSDIR}/print/freetype2 \ + perl5.8.0:${PORTSDIR}/lang/perl5.7 PREFIX= ${X11BASE}/lib/${PORTNAME} @@ -38,7 +39,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. +.undef NO_IGNORE +BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ + Make sure to run 'use.perl port' after installing it or you \ + will still get this message. .endif # !defined(PERL_VER) || ${PERL_VER} != "5.8.0" post-extract: |