diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-09 23:25:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-09 23:25:42 +0000 |
commit | 496b58738685d5dc32118aa052382ecc06004a68 (patch) | |
tree | 75bf4db4d36546f110873db42c5860d938ec6434 /x11-toolkits | |
parent | Rework 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/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 1 |
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 |