diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:01:15 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:01:15 +0000 |
commit | 87a080981ceaa23984cdea121cf385786492e0b8 (patch) | |
tree | 27bca24d461d895671f2352cca77f586512d898c /net/py-adns/Makefile | |
parent | cba1d6d2679f2fdf2d578ae647cebc41ad75ede0 (diff) | |
download | pkgsrc-87a080981ceaa23984cdea121cf385786492e0b8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/py-adns/Makefile')
-rw-r--r-- | net/py-adns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 573d15cc384..3e18e62379c 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/25 08:01:22 snj Exp $ # DISTNAME= adns-python-1.0.0 @@ -11,9 +11,9 @@ HOMEPAGE= http://dustman.net/andy/python/adns-python/ COMMENT= Python interface to the GNU asynchronous DNS resolver library PYDISTUTILSPKG= -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../net/adns/buildlink2.mk" +.include "../../net/adns/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |