diff options
author | obache <obache> | 2012-02-04 05:56:24 +0000 |
---|---|---|
committer | obache <obache> | 2012-02-04 05:56:24 +0000 |
commit | 5baf5e7d2e92939620150c04d24b11d09edbd76d (patch) | |
tree | 7d8795ffc20e7fa41a86efe5fe623f1ee01b0064 | |
parent | 40f1f52000a8a2f741b7a370bf0a3c63893714f9 (diff) | |
download | pkgsrc-5baf5e7d2e92939620150c04d24b11d09edbd76d.tar.gz |
no compiler is requilred to build.
-rw-r--r-- | textproc/py-gnosis-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index 2f86116dced..669df671865 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/02/04 05:46:10 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/04 05:56:24 obache Exp $ # DISTNAME= Gnosis_Utils-1.2.2 @@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |