diff options
-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" |