aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox15
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-12-04 01:54:57 +0800
committerahze <ahze@FreeBSD.org>2005-12-04 01:54:57 +0800
commitfb8046d33addca250e794a7c2cd69e32a61cbbed (patch)
tree3811072d9f5883e1b615da55522df4a4cbcd719d /www/firefox15
parent7bef2d477a168ce5d00c993771f9802e65535e0a (diff)
downloadfreebsd-ports-gnome-fb8046d33addca250e794a7c2cd69e32a61cbbed.tar.gz
freebsd-ports-gnome-fb8046d33addca250e794a7c2cd69e32a61cbbed.tar.zst
freebsd-ports-gnome-fb8046d33addca250e794a7c2cd69e32a61cbbed.zip
- Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom so
svg works for some people. Pointyhat to: me
Diffstat (limited to 'www/firefox15')
-rw-r--r--www/firefox15/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index f2eb5ed038e2..9a4d78c69b3e 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -42,7 +42,6 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>