diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-09 23:25:42 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-09 23:25:42 +0000 |
commit | d20bbfc39a30b8af8b84dc70d1309948824496e9 (patch) | |
tree | 60963bb2fc08d16af6ae99a14d62df057961ba32 /x11-wm | |
parent | fadec22332ea870ecb14dacbd912780c45551584 (diff) | |
download | FreeBSD-ports-d20bbfc39a30b8af8b84dc70d1309948824496e9.zip FreeBSD-ports-d20bbfc39a30b8af8b84dc70d1309948824496e9.tar.gz |
Just in the case undefine `WITHOUT_ALL' when building on bento.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 2f2fdbf..0b65c38 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -34,6 +34,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-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 2f2fdbf..0b65c38 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -34,6 +34,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 |