diff options
author | obache <obache> | 2011-10-31 12:53:48 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-31 12:53:48 +0000 |
commit | 3970a8f88558dacea75e11f27a31e6d662d92b14 (patch) | |
tree | 68458c98ca869eeab4742d9710c8df0ed99e0a92 /net/py-dns | |
parent | 01cf62e75ee748a8393e25dfdc7e85b2503d2dd0 (diff) | |
download | pkgsrc-3970a8f88558dacea75e11f27a31e6d662d92b14.tar.gz |
pure python module, none of compiler is required.
Diffstat (limited to 'net/py-dns')
-rw-r--r-- | net/py-dns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 8af9f922a01..b6018400fc0 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/10/31 12:41:11 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/10/31 12:53:48 obache Exp $ DISTNAME= dnspython-1.9.4 PKGNAME= ${PYPKGPREFIX}-dns-1.9.4 @@ -13,5 +13,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # none + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |