aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-13 07:17:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-13 07:17:23 +0000
commit61f3359985ff8a00a19a2287948b44f47ed0c033 (patch)
tree2bfa7a4baabdb78cd6110be31dce7b92a0418b7e /www/mozilla/Makefile
parentc5648827bcbfbfd32cec352c421e94adb3854e34 (diff)
downloadports-61f3359985ff8a00a19a2287948b44f47ed0c033.tar.gz
ports-61f3359985ff8a00a19a2287948b44f47ed0c033.zip
Use gnomehier when installing the GNOME desktop item to fix plist problems.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=128673
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r--www/mozilla/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 1f7b8cee2b25..3d5095abb25e 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -210,6 +210,10 @@ CFLAGS+= -O2
CONFIGURE_ARGS+= --enable-optimize=-O2
.endif
+.if defined(WITH_MENU_ENTRY)
+USE_GNOME+= gnomehier
+.endif
+
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
IGNORE= "core dumps on alpha during post-build"
.endif