summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/py-fonttools/Makefile3
-rw-r--r--print/py-reportlab/Makefile2
-rw-r--r--print/py-reportlab2/Makefile1
-rw-r--r--print/py-rtf/Makefile1
-rw-r--r--print/ttfquery/Makefile1
5 files changed, 8 insertions, 0 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile
index 960342bece42..d8056649ce37 100644
--- a/print/py-fonttools/Makefile
+++ b/print/py-fonttools/Makefile
@@ -26,6 +26,9 @@ WRKSRC= ${WRKDIR}/fonttools
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/FontTools
+PYDISTUTILS_PKGNAME= FontTools
+PYDISTUTILS_PKGVERSION= 1.0
DOCDIR= ${PREFIX}/share/doc/py-fonttools
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 6f5566d74032..24d450a1b158 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -21,6 +21,8 @@ COMMENT= Library to create PDF documents using the Python language
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= Reportlab
+PYDISTUTILS_PKGVERSION= 1.20
WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab
MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}"
diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile
index 72ddcd9294d8..884ea6cae029 100644
--- a/print/py-reportlab2/Makefile
+++ b/print/py-reportlab2/Makefile
@@ -20,6 +20,7 @@ COMMENT= Library to create PDF documents using the Python language
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= Reportlab
WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/}/reportlab
MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}"
diff --git a/print/py-rtf/Makefile b/print/py-rtf/Makefile
index 21eb3ad3ec00..f6ffd8fbd45c 100644
--- a/print/py-rtf/Makefile
+++ b/print/py-rtf/Makefile
@@ -18,6 +18,7 @@ COMMENT= Library to create RTF documents using the Python language
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= PyRTF
EXAMPLESDIR= ${PREFIX}/share/examples/py-rtf
diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile
index 1a68ad5a2849..00457421a538 100644
--- a/print/ttfquery/Makefile
+++ b/print/ttfquery/Makefile
@@ -21,5 +21,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/FontTools.pth:${PORTSDIR}/print/py-fonttools \
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= TTFQuery
.include <bsd.port.mk>