diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-13 07:17:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-13 07:17:23 +0000 |
commit | 61f3359985ff8a00a19a2287948b44f47ed0c033 (patch) | |
tree | 2bfa7a4baabdb78cd6110be31dce7b92a0418b7e /www/mozilla | |
parent | c5648827bcbfbfd32cec352c421e94adb3854e34 (diff) | |
download | ports-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')
-rw-r--r-- | www/mozilla/Makefile | 4 |
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 |