summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-09 23:25:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-09 23:25:42 +0000
commit496b58738685d5dc32118aa052382ecc06004a68 (patch)
tree75bf4db4d36546f110873db42c5860d938ec6434 /x11-toolkits
parentRework oprional dependency mechanism, so that it always produces -gnome (diff)
Just in the case undefine `WITHOUT_ALL' when building on bento.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rep-gtk/Makefile1
-rw-r--r--x11-toolkits/rep-gtk2/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index 8a10e0911c2d..6932e97c34ef 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -29,6 +29,7 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
+.undef WITHOUT_ALL
WITH_GNOME= yes
.endif
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index 8a10e0911c2d..6932e97c34ef 100644
--- a/x11-toolkits/rep-gtk2/Makefile
+++ b/x11-toolkits/rep-gtk2/Makefile
@@ -29,6 +29,7 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
+.undef WITHOUT_ALL
WITH_GNOME= yes
.endif