diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-31 04:53:58 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-31 04:53:58 +0000 |
commit | 9933fe77837ac7067889ce4ad586ab0e2ad5a180 (patch) | |
tree | 9ddb2190cf58fd72e3f875c6cb595be21a7c43c6 /x11-wm/sawfish/Makefile | |
parent | 59bc554334edfeff63536771e5311cc59d5babb1 (diff) |
Notes
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" \ |