pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/py-keystone



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Jun 14 07:02:44 UTC 2016

Modified Files:
        pkgsrc/emulators/py-keystone: Makefile

Log Message:
emulators/py-keystone requires emulators/keystone to operate

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/py-keystone/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/py-keystone/Makefile
diff -u pkgsrc/emulators/py-keystone/Makefile:1.1 pkgsrc/emulators/py-keystone/Makefile:1.2
--- pkgsrc/emulators/py-keystone/Makefile:1.1   Sat Jun 11 21:06:48 2016
+++ pkgsrc/emulators/py-keystone/Makefile       Tue Jun 14 07:02:44 2016
@@ -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@localhost
@@ -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"



Home | Main Index | Thread Index | Old Index