diff options
-rw-r--r-- | net/hesiod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index d352709a042..d00ca778159 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/10/06 08:48:00 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2012/05/13 09:02:55 sbd Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -15,6 +15,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CFLAGS.Darwin+= -DBIND_8_COMPAT +LDFLAGS.Linux+= -lresolv pre-build: @${MV} ${WRKSRC}/hesinfo.1 ${WRKSRC}/hesinfo.1.orig |