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. --- x11-toolkits/rep-gtk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-toolkits/rep-gtk') diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 673b52406759..f01992c042cb 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -29,7 +29,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include -.if defined(HAVE_GNOME) +.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME USE_GNOME= yes CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \ --with-gnome-canvas-pixbuf -- cgit v1.2.3