diff options
author | obache <obache@pkgsrc.org> | 2012-01-27 07:04:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-27 07:04:52 +0000 |
commit | c750bf86e8fbd1d0aed1a367a21982c5d8303545 (patch) | |
tree | 6d9ffd170e073c325bec827e31bf9fcac0040f0a | |
parent | c9f0ac06e2c16a1d1f43344ba8f532a66f536ea5 (diff) | |
download | pkgsrc-c750bf86e8fbd1d0aed1a367a21982c5d8303545.tar.gz |
Any of compiler languages are not required to build.
-rw-r--r-- | www/py-blosxom/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index 41a3589c5aa..d5816bce6a7 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/01/26 19:52:57 hauke Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/27 07:04:52 obache Exp $ # PYBLOXSOMVERS= 1.5.2 @@ -18,6 +18,9 @@ PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 27 26 25 DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes + +USE_LANGUAGES= #none + DOC_SUBDIR= share/doc/pyblosxom DOCDIR= ${PREFIX}/${DOC_SUBDIR} DOCFILES= AUTHORS INSTALL LICENSE README.rst UPGRADE WHATSNEW |