summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorobache <obache>2010-10-02 07:02:40 +0000
committerobache <obache>2010-10-02 07:02:40 +0000
commit760ce7a046732992f22a7096a505fd7676d376b3 (patch)
tree0991ad59dd8d987ce83efa6079d9f80e60015aa6 /filesystems/glusterfs
parent90c77bf74d719cc4c94daf649d8f9539fe90489f (diff)
downloadpkgsrc-760ce7a046732992f22a7096a505fd7676d376b3.tar.gz
convert flex dependency from buildlink3 to USE_TOOLS.
and bison is also required to build.
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 49d282d0edb..38e2f0864b8 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/08/26 14:26:18 manu Exp $
+# $NetBSD: Makefile,v 1.2 2010/10/02 07:02:40 obache Exp $
#
DISTNAME= glusterfs-3.0.5
@@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= flex bison
+
PYTHON_VERSIONS_ACCEPTED= 26 25
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
@@ -41,7 +43,6 @@ post-install:
.include "../../mk/bsd.prefs.mk"
.include "../../lang/python/application.mk"
-.include "../../devel/flex/buildlink3.mk"
.if ${OPSYS} == "NetBSD"
.include "../../filesystems/perfuse/buildlink3.mk"
.endif