diff options
author | xtraeme <xtraeme> | 2005-09-04 23:41:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-09-04 23:41:47 +0000 |
commit | b0e60599831ddff473645d1dfcc3fd993c7cb90f (patch) | |
tree | 0dbb6e8550eb8f227cb8af4fdb24036b2702cf56 /wm | |
parent | 68b984c451cd6d15c15218347c9360f52986b832 (diff) | |
download | pkgsrc-b0e60599831ddff473645d1dfcc3fd993c7cb90f.tar.gz |
Enable XShape option by default.
Diffstat (limited to 'wm')
-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 |