diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 14:53:18 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 14:53:18 +0800 |
commit | 18462bab6b4b6b015a00dba5dd6b77a24ad76c00 (patch) | |
tree | d8418db51399dd48bfaa7b6b60719caa0dd467f9 /graphics | |
parent | fde1edb11fc9c171cbe20b53bf43c7cd2f8ea4be (diff) | |
download | freebsd-ports-gnome-18462bab6b4b6b015a00dba5dd6b77a24ad76c00.tar.gz freebsd-ports-gnome-18462bab6b4b6b015a00dba5dd6b77a24ad76c00.tar.zst freebsd-ports-gnome-18462bab6b4b6b015a00dba5dd6b77a24ad76c00.zip |
When building package forcefully turn optional GNOME components on, otherwise
gnome and gnome-fifth-toe packages contain incorrect dependencies list.
Diffstat (limited to 'graphics')
-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 a83294e92590..4675a036a728 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 \ |