diff options
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index a83294e9259..4675a036a72 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -28,7 +28,8 @@ MAN1= dia.1 .include <bsd.port.pre.mk> -.if exists(${X11BASE}/bin/panel) || defined(WITH_GNOME) +.if exists(${X11BASE}/bin/panel) || defined(WITH_GNOME) || defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME USE_GNOME= yes PKGNAMESUFFIX= -gnome CONFIGURE_ARGS= --enable-gnome \ |