diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-16 14:53:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-16 14:53:18 +0800 |
commit | 82176784998924dc45c6a3625165d5ecf7a64c96 (patch) | |
tree | 0a3475629f7584cd97c84f9b5ce8bfdaafab18fd /graphics/dia | |
parent | e6882a6083aac54f9a3aa507c0edeec170286148 (diff) | |
download | freebsd-ports-gnome-82176784998924dc45c6a3625165d5ecf7a64c96.tar.gz freebsd-ports-gnome-82176784998924dc45c6a3625165d5ecf7a64c96.tar.zst freebsd-ports-gnome-82176784998924dc45c6a3625165d5ecf7a64c96.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/dia')
-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 \ |