diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-14 07:02:44 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-14 07:02:44 +0000 |
commit | 1a160a1a3e56d13121373466a6e875e6300d39bc (patch) | |
tree | 37626bebe5af477866a2042077bd41a365d33d48 /emulators | |
parent | 12f5b3daf297824e2b6efb1b9247c5185b30b973 (diff) | |
download | pkgsrc-1a160a1a3e56d13121373466a6e875e6300d39bc.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" |