diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /net/bind9 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index c92b4ee4868..23cf4067445 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2005/03/18 01:14:32 tron Exp $ +# $NetBSD: Makefile,v 1.69 2005/04/11 21:46:44 tv Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION}pl1 @@ -22,7 +22,6 @@ DIST_SUBDIR= bind/${BIND_VERSION} BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. -USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_PKGINSTALL= yes |