aboutsummaryrefslogtreecommitdiff
path: root/www/firefox36
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-12-03 17:54:57 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-12-03 17:54:57 +0000
commit569b7dfb16a23569ab78b40da14e9e68fdfcfbb0 (patch)
tree7da924d9187ab22aeefbae1addb8c15cde041ca0 /www/firefox36
parent54aedc574731702c7a2ff912cc2565e61f782e87 (diff)
downloadports-569b7dfb16a23569ab78b40da14e9e68fdfcfbb0.tar.gz
ports-569b7dfb16a23569ab78b40da14e9e68fdfcfbb0.zip
- Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom so
svg works for some people. Pointyhat to: me
Notes
Notes: svn path=/head/; revision=150299
Diffstat (limited to 'www/firefox36')
-rw-r--r--www/firefox36/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index f2eb5ed038e2..9a4d78c69b3e 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/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>