diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 23:41:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 23:41:47 +0000 |
commit | 99d7fe95dec2e4d53c43e619a8b809979224d101 (patch) | |
tree | 0dbb6e8550eb8f227cb8af4fdb24036b2702cf56 /wm/fluxbox/Makefile | |
parent | fac7f0a3f23b45261ab01b29028e0ae003dea14d (diff) | |
download | pkgsrc-99d7fe95dec2e4d53c43e619a8b809979224d101.tar.gz |
Enable XShape option by default.
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r-- | wm/fluxbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index aaaf537d51f..ff969a242c8 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/09/04 20:21:18 tonio Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/04 23:41:47 xtraeme Exp $ # DISTNAME= fluxbox-0.9.13 @@ -21,6 +21,7 @@ USE_LIBTOOL= YES BUILDLINK_TRANSFORM+= rename:-O2:-O1 +CONFIGURE_ARGS+= --enable-shape CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-xinerama |