From 18462bab6b4b6b015a00dba5dd6b77a24ad76c00 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 16 Dec 2001 06:53:18 +0000 Subject: When building package forcefully turn optional GNOME components on, otherwise gnome and gnome-fifth-toe packages contain incorrect dependencies list. --- graphics/dia/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/dia') diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index a83294e92590..4675a036a728 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -28,7 +28,8 @@ MAN1= dia.1 .include -.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 \ -- cgit v1.2.3