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