summaryrefslogtreecommitdiff
path: root/wm/fluxbox/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-22 18:39:18 +0000
committerwiz <wiz@pkgsrc.org>2002-04-22 18:39:18 +0000
commit6b5288f2a7c4d13cc56dfb01c82480971cc15add (patch)
treeffc777490794c3d15640f1ba4493e9c8b8303c00 /wm/fluxbox/Makefile
parenta7bea0b5145d51ae8d9f6487329c90435d84194f (diff)
downloadpkgsrc-6b5288f2a7c4d13cc56dfb01c82480971cc15add.tar.gz
Update to 0.1.8 from pkg/16440.
Changes: Lots of bugfixes, code cleanup, new features.
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r--wm/fluxbox/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
index 253f35167a7..1eabd83a27a 100644
--- a/wm/fluxbox/Makefile
+++ b/wm/fluxbox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/04 02:05:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/22 18:39:18 wiz Exp $
#
-DISTNAME= fluxbox-0.1.5
+DISTNAME= fluxbox-0.1.8
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
@@ -16,5 +16,10 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-kde
CONFLICTS= blackbox-*
+GCC_VERSION!= gcc --version
+.if (${GCC_VERSION:C/-.*$$//} == egcs)
+.include "../../lang/gcc/Makefile.gcc"
+.endif
+
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"