diff options
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}) ) || \ |