From 569b7dfb16a23569ab78b40da14e9e68fdfcfbb0 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sat, 3 Dec 2005 17:54:57 +0000 Subject: - Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom so svg works for some people. Pointyhat to: me --- www/firefox-esr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox-esr') diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index f2eb5ed038e2..9a4d78c69b3e 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -42,7 +42,6 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include -.include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on alpha during post-build @@ -103,4 +102,5 @@ post-install: ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default.xpm ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} +.include "${.CURDIR}/../mozilla/Makefile.common" .include -- cgit