diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-04 01:54:57 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-04 01:54:57 +0800 |
commit | fb8046d33addca250e794a7c2cd69e32a61cbbed (patch) | |
tree | 3811072d9f5883e1b615da55522df4a4cbcd719d /www/flock | |
parent | 7bef2d477a168ce5d00c993771f9802e65535e0a (diff) | |
download | freebsd-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/flock')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index f2eb5ed038e2..9a4d78c69b3e 100644 --- a/www/flock/Makefile +++ b/www/flock/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> |