summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2016-06-03 14:02:23 +0000
committerjakllsch <jakllsch>2016-06-03 14:02:23 +0000
commit83af93bc6672400e5c3376aac1cc3916c6df744e (patch)
tree6955da67d3b828f7168af54420364624fa174bdf /archivers
parent080e4ce79f58268fcf07d21b2070b44e10eb3c7f (diff)
downloadpkgsrc-83af93bc6672400e5c3376aac1cc3916c6df744e.tar.gz
build of bmap-tools needs setuptools
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bmap-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/bmap-tools/Makefile b/archivers/bmap-tools/Makefile
index a6115396da5..7f1033d52aa 100644
--- a/archivers/bmap-tools/Makefile
+++ b/archivers/bmap-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/08 18:39:35 jakllsch Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/03 14:02:23 jakllsch Exp $
DISTNAME= bmap-tools-3.2
CATEGORIES= archivers sysutils
@@ -12,5 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"