diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2009-01-12 05:20:22 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2009-01-12 05:20:22 +0000 |
commit | c73c0a4e2a40c85e80c6e5f1028912fde9978405 (patch) | |
tree | 0815214e65c7e53bd2e2a4317d2226e569d12f01 /textproc/chm2pdf/Makefile | |
parent | 68a1caa5c5ec32dc214dedb0af358b9e7d83d9c2 (diff) | |
download | ports-c73c0a4e2a40c85e80c6e5f1028912fde9978405.tar.gz ports-c73c0a4e2a40c85e80c6e5f1028912fde9978405.zip |
Notes
Diffstat (limited to 'textproc/chm2pdf/Makefile')
-rw-r--r-- | textproc/chm2pdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index e7333425cda2..6b23e8df7789 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chm2pdf -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,6 +18,7 @@ RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGVERSION= 0.9 PLIST_FILES= bin/chm2pdf |