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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk> -.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 diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 673b52406759..f01992c042cb 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -29,7 +29,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> -.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 |