diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 06:53:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 06:53:18 +0000 |
commit | 18462bab6b4b6b015a00dba5dd6b77a24ad76c00 (patch) | |
tree | d8418db51399dd48bfaa7b6b60719caa0dd467f9 /x11-toolkits/rep-gtk | |
parent | fde1edb11fc9c171cbe20b53bf43c7cd2f8ea4be (diff) | |
download | ports-18462bab6b4b6b015a00dba5dd6b77a24ad76c00.tar.gz ports-18462bab6b4b6b015a00dba5dd6b77a24ad76c00.zip |
Notes
Diffstat (limited to 'x11-toolkits/rep-gtk')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |