diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 00:18:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 00:18:39 +0000 |
commit | 43279128a873f70b26fd6070c945a57e0bdb39a9 (patch) | |
tree | dd2236750dd5f75bfc9b26222118ee947d977bfb /net/hesiod/Makefile | |
parent | 15525c598aa13c93c45b3524800c1d6da6bf9968 (diff) | |
download | pkgsrc-43279128a873f70b26fd6070c945a57e0bdb39a9.tar.gz |
Convert to bl3.
Diffstat (limited to 'net/hesiod/Makefile')
-rw-r--r-- | net/hesiod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index f9f9d0d422a..8b7da744b18 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 00:18:39 wiz Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -13,7 +13,7 @@ COMMENT= Hesiod network database client and library PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |