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/adns/Makefile | |
parent | cba1d6d2679f2fdf2d578ae647cebc41ad75ede0 (diff) | |
download | pkgsrc-87a080981ceaa23984cdea121cf385786492e0b8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index d52268d2bc7..d76f0b609c1 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/25 08:01:15 snj Exp $ # DISTNAME= adns-1.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/ COMMENT= Asynchronous-capable DNS client library and utilities USE_GNU_TOOLS+= make -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |