aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-02-13 15:17:23 +0800
committermarcus <marcus@FreeBSD.org>2005-02-13 15:17:23 +0800
commit96ab4d3af3b303d4ac3fd48d9850cbf681ba92e9 (patch)
tree972882a5ce4b18e8044a569a7f1d4e6e80a71f43 /www/mozilla
parentdc58a8ff7eb434c5cb37cefa065ca39e0e0274e1 (diff)
downloadfreebsd-ports-gnome-96ab4d3af3b303d4ac3fd48d9850cbf681ba92e9.tar.gz
freebsd-ports-gnome-96ab4d3af3b303d4ac3fd48d9850cbf681ba92e9.tar.zst
freebsd-ports-gnome-96ab4d3af3b303d4ac3fd48d9850cbf681ba92e9.zip
Use gnomehier when installing the GNOME desktop item to fix plist problems.
Reported by: pointyhat via kris
Diffstat (limited to 'www/mozilla')
-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