diff options
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r-- | wm/fluxbox/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index e611087cd8f..f5f8ee0ce61 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/02/14 20:57:55 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/17 05:41:11 salo Exp $ # DISTNAME= fluxbox-0.1.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/} EXTRACT_SUFX= .tar.bz2 @@ -11,15 +11,16 @@ MAINTAINER= jmcneill@netbsd.org HOMEPAGE= http://fluxbox.sourceforge.net/ COMMENT= Window Manager for X based on Blackbox -DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot +DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot -USE_BUILDLINK2= YES -USE_X11BASE= YES -USE_CXX= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES +USE_CXX= YES +GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-kde +CONFIGURE_ARGS= --enable-kde .include "../../fonts/Xft2/buildlink2.mk" .include "../../lang/gcc/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |