diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fluxbox/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index 302dd883e84..f3e73dbd8e9 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2009/08/26 19:58:46 sno Exp $ +# $NetBSD: Makefile,v 1.50 2009/12/15 18:03:24 joerg Exp $ # DISTNAME= fluxbox-1.1.1 @@ -20,10 +20,6 @@ USE_LIBTOOL= YES .include "../../mk/bsd.prefs.mk" -.for option in 9 8 7 6 5 4 3 2 s -BUILDLINK_TRANSFORM+= rename:-O${option}:-O1 -.endfor - CONFIGURE_ARGS+= --enable-shape CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-xinerama |