summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2018-03-29 21:18:01 +0000
committerkhorben <khorben@pkgsrc.org>2018-03-29 21:18:01 +0000
commit09feff9cd87175e9811d6bac9d197131da339dab (patch)
treefa3cab133dfbbc1fc3d4e1873ab7a60389d26bbc /sysutils
parent5c197e9361b50bdd7bc56fd5fee3e12d67a39637 (diff)
downloadpkgsrc-09feff9cd87175e9811d6bac9d197131da339dab.tar.gz
Register missing dependency on sysutils/file
This will fix functionality of this package if libmagic is not available. Bump PKGREVISION for those platforms where it is the case (NFC otherwise). Tested on NetBSD/amd64. Thanks richard@ for the heads up.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-magic/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-magic/Makefile b/sysutils/py-magic/Makefile
index 05655f21ccc..a7206803204 100644
--- a/sysutils/py-magic/Makefile
+++ b/sysutils/py-magic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2018/01/14 08:27:51 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/29 21:18:01 khorben Exp $
DISTNAME= python-magic-0.4.15
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
+PKGREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-magic/}
@@ -13,4 +14,5 @@ LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
+.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"