aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-01-31 12:53:58 +0800
committernakai <nakai@FreeBSD.org>2000-01-31 12:53:58 +0800
commit193560b52f0b484c7df797856f09a7ad0f735aec (patch)
tree968a95bfcf20fcc1ce08ee770c9aeaaab67c1e16 /x11-wm/sawfish/Makefile
parent84d6d74c13354c22fec1e2f962eda0acc476d638 (diff)
downloadfreebsd-ports-gnome-193560b52f0b484c7df797856f09a7ad0f735aec.tar.gz
freebsd-ports-gnome-193560b52f0b484c7df797856f09a7ad0f735aec.tar.zst
freebsd-ports-gnome-193560b52f0b484c7df797856f09a7ad0f735aec.zip
Update to 0.23
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r--x11-wm/sawfish/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index 382cc8421ba3..159591c1aa5e 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: sawmill
-# Version required: 0.22
+# Version required: 0.23
# Date created: 13 September 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= sawmill-0.22
+DISTNAME= sawmill-0.23
CATEGORIES= x11-wm
MASTER_SITES= ftp://sawmill.sourceforge.net/pub/sawmill/ \
@@ -33,6 +33,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share --with-readline
.if !defined(NOGNOME)
CONFIGURE_ARGS+= --enable-capplet
+.else
+CONFIGURE_ARGS+= --disable-capplet
.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include\
-I${LOCALBASE}/include/giflib" \