diff options
author | tron <tron@pkgsrc.org> | 1999-02-15 15:00:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-15 15:00:50 +0000 |
commit | bf1106d3856b0641c4324fc87b0513c73d3ec025 (patch) | |
tree | 3310ebf8b75a5c9eae558af6abc687ff7716fbdb | |
parent | e9382aa09b4e351f388369aabd3b6a4e7e522cd0 (diff) | |
download | pkgsrc-bf1106d3856b0641c4324fc87b0513c73d3ec025.tar.gz |
Enable Gnome and KDE support.
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 4f7d3e2152a..723da4eedf2 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/02/02 10:24:09 tron Exp $ +# $NetBSD: Makefile,v 1.21 1999/02/15 15:00:50 tron Exp $ DISTNAME= WindowMaker-0.51.0 PKGNAME= windowmaker-0.51.0 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/share/locale \ --with-gfx-incs="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/giflib" \ --with-gfx-libs=-L${LOCALBASE}/lib \ - --with-modelock + --enable-modelock --enable-gnome --enable-kde CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |