diff options
author | kamil <kamil> | 2016-06-14 07:02:44 +0000 |
---|---|---|
committer | kamil <kamil> | 2016-06-14 07:02:44 +0000 |
commit | 49c5e467e8adc4b2f10deac75b36b9e59fc5868b (patch) | |
tree | c337135321788b5824132bd4223bd01766679b92 /emulators | |
parent | f6d2e3839ce42fd4128c835c666584fb8664f80d (diff) | |
download | pkgsrc-49c5e467e8adc4b2f10deac75b36b9e59fc5868b.tar.gz |
emulators/py-keystone requires emulators/keystone to operate
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/py-keystone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/py-keystone/Makefile b/emulators/py-keystone/Makefile index 55b865b3587..5f234bca393 100644 --- a/emulators/py-keystone/Makefile +++ b/emulators/py-keystone/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/06/11 21:06:48 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/14 07:02:44 kamil Exp $ .include "../../emulators/keystone/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES+= python MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,5 +12,6 @@ LICENSE= modified-bsd PYSETUPSUBDIR= bindings/python +.include "../../emulators/keystone/buildlink3.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |