diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 17:09:08 +0800 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 17:09:08 +0800 |
commit | 41cf7a8c421a915842253ad7c002d51757ec553c (patch) | |
tree | 5cf71b877ad29e13c0b5e8436841798d45830cb8 /www/firefox-esr | |
parent | 7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (diff) | |
download | freebsd-ports-gnome-41cf7a8c421a915842253ad7c002d51757ec553c.tar.gz freebsd-ports-gnome-41cf7a8c421a915842253ad7c002d51757ec553c.tar.zst freebsd-ports-gnome-41cf7a8c421a915842253ad7c002d51757ec553c.zip |
- Remove obsolete inclusion of www/mozilla/Makefile.common
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 2f3160db5136..b3179a91aa84 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -29,6 +29,7 @@ EXTRA_CFLAGS= -O2 HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GECKO= gecko WANT_PERL= yes GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons @@ -110,5 +111,4 @@ post-install: ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} @${CAT} ${PKGMESSAGE} -.include "${PORTSDIR}/www/mozilla/Makefile.common" .include <bsd.port.post.mk> |