diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:40:35 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:40:35 +0000 |
commit | 2144a22c157ca35b7a75a962a671a9c4d019bd76 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /fonts | |
parent | d62241fc589197e6df5d480d00023edd4b612646 (diff) | |
download | pkgsrc-2144a22c157ca35b7a75a962a671a9c4d019bd76.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 6f5e30ddec0..e0b7129d125 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 18:28:30 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 23:40:36 cheusov Exp $ # DISTNAME= fonttools-2.3 @@ -13,6 +13,8 @@ COMMENT= Library for manipulating fonts DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +PYTHON_SELF_CONFLICT= yes + SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= pre-configure SUBST_FILES.fix-mandir= setup.py |