diff options
author | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
commit | 6640f4e0315610e86268d98a24f213403027cee0 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /lang/py-pyrex/Makefile | |
parent | dc40a26024d85d07535fe4b732e30978908b9b14 (diff) | |
download | pkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'lang/py-pyrex/Makefile')
-rw-r--r-- | lang/py-pyrex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index f3aa5566df0..2bfd1c2c5fb 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 20:11:50 asau Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/03 23:40:38 cheusov Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -13,5 +13,7 @@ LICENSE= apache-2.0 PYDISTUTILSPKG= yes USE_TOOLS+= pax +PYTHON_SELF_CONFLICT= yes + .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |