diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-14 11:09:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-14 11:09:30 +0800 |
commit | dd4a62a585219d2b00e503686b010e1feccdbbe6 (patch) | |
tree | d7fa14dd85ce199699725d011d669b08862c6c4a /www/firefox-esr | |
parent | 0f8ab78e3669ea3d9c3b4e42366211907bd43525 (diff) | |
download | freebsd-ports-gnome-dd4a62a585219d2b00e503686b010e1feccdbbe6.tar.gz freebsd-ports-gnome-dd4a62a585219d2b00e503686b010e1feccdbbe6.tar.zst freebsd-ports-gnome-dd4a62a585219d2b00e503686b010e1feccdbbe6.zip |
- Remove mng support, it doesn't work
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 5 | ||||
-rw-r--r-- | www/firefox-esr/files/mozconfig.in | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index e074d253a98e..f1532bb818ef 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -17,8 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng + png.5:${PORTSDIR}/graphics/png BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip ALL_TARGET= default @@ -110,7 +109,7 @@ LIBS+= ${PTHREAD_LIBS} EXTRA_SCRIPTS= ${PORTNAME}.rb .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps on alpha during post-build" +IGNORE= core dumps on alpha during post-build .endif .if ${PERL_LEVEL} < 500600 diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in index a354709bf72a..347c5dff87ee 100644 --- a/www/firefox-esr/files/mozconfig.in +++ b/www/firefox-esr/files/mozconfig.in @@ -32,7 +32,6 @@ ac_add_options --x-libraries=@X11BASE@/lib ac_add_options --with-system-jpeg=@LOCALBASE@ ac_add_options --with-system-zlib ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ ac_add_options --without-system-nspr ac_add_options --with-gssapi=/usr ###################################################################### |