diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-31 12:53:58 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-31 12:53:58 +0800 |
commit | 193560b52f0b484c7df797856f09a7ad0f735aec (patch) | |
tree | 968a95bfcf20fcc1ce08ee770c9aeaaab67c1e16 /x11-wm/sawfish/Makefile | |
parent | 84d6d74c13354c22fec1e2f962eda0acc476d638 (diff) | |
download | freebsd-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/Makefile | 6 |
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" \ |