diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:09:08 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:09:08 +0800 |
commit | 079f19ef610fbe6a47369227ffe40f2a119daab2 (patch) | |
tree | f2c111f9cee3ad556f38b321304b374759bcb060 /www/firefox-esr | |
parent | f0f85404dfce3e0ebbadd313810114113980462d (diff) | |
download | freebsd-ports-gnome-079f19ef610fbe6a47369227ffe40f2a119daab2.tar.gz freebsd-ports-gnome-079f19ef610fbe6a47369227ffe40f2a119daab2.tar.zst freebsd-ports-gnome-079f19ef610fbe6a47369227ffe40f2a119daab2.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> |