diff options
author | kwm <kwm@FreeBSD.org> | 2013-04-03 15:40:59 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-04-03 15:40:59 +0800 |
commit | 671ffae840a9e248ad2b51139abf99ef6726dda8 (patch) | |
tree | 2c3ebf674217de7e1d2fec538cc6d43eca93f009 /x11 | |
parent | 53197ba5c459b66c88893ac287064ea4bc717992 (diff) | |
download | freebsd-ports-gnome-671ffae840a9e248ad2b51139abf99ef6726dda8.tar.gz freebsd-ports-gnome-671ffae840a9e248ad2b51139abf99ef6726dda8.tar.zst freebsd-ports-gnome-671ffae840a9e248ad2b51139abf99ef6726dda8.zip |
Fix package building. There is some interaction between HAVE_GNOME and WITH_GNOME
that I don't really get. Adding back the WITH_GNOME part fixes the packages.
Tested by pointyhat and miwi's tinderbox.
Submitted by: pointyhat (via miwi)
Approved by: portmgr (miwi)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index f4b79fa68961..3f2e7a9f3fc3 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -60,6 +60,11 @@ PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@comment " PLIST_SUB+= COMMANDER="@comment " OLDCOMMANDER="" .endif +.if defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME +WITH_GNOME= yes +.endif + .include <bsd.port.pre.mk> .if ( exists(${pygnomedesktop_DETECT}) ) || \ |