diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 11:56:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 11:56:13 +0000 |
commit | 7c2325c81c4fb747208e050b998a771b4a804f9b (patch) | |
tree | 4243b74e01d29381e8247d87006611231db45799 /net/bind9-current | |
parent | 5484d7efa6ebdae80544b18cb2d9784c9568223f (diff) | |
download | pkgsrc-7c2325c81c4fb747208e050b998a771b4a804f9b.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net/bind9-current')
-rw-r--r-- | net/bind9-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 015b0fdf066..97e9d46a291 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/08/26 11:26:03 itojun Exp $ +# $NetBSD: Makefile,v 1.38 2002/10/25 11:56:13 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,6 +18,7 @@ DIST_SUBDIR= bind/${BIND_VERSION} BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. +USE_BUILDLINK2= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/lib/bind/libtool @@ -67,5 +68,5 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/named ${PREFIX}/etc/rc.d/named9 ${INSTALL_SCRIPT} ${WRKDIR}/lwresd ${PREFIX}/etc/rc.d/lwresd -.include "../../security/openssl/buildlink.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |