diff options
-rw-r--r-- | lang/python-doc-html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 57d441cff179..f4e4a9687a80 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python-doc-${DOCFORMAT} -PORTVERSION= 2.0 +PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/doc/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/${PORTVERSION}/ @@ -15,6 +15,7 @@ DISTNAME= ${DOCFORMAT}-${PORTVERSION} MAINTAINER= tg@FreeBSD.org DIST_SUBDIR= python +USE_PYTHON= yes USE_BZIP2= yes NO_BUILD= yes PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} |