diff options
author | sbd <sbd@pkgsrc.org> | 2012-05-13 09:02:55 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-05-13 09:02:55 +0000 |
commit | 67026998622709a3a97eb1b79dcddb40eaa4f272 (patch) | |
tree | f58e44e4ab0514c97b0fb0c9a31a3996488b1b2f /net/hesiod/Makefile | |
parent | 71434152fc523d19404f8537eb1d4d9e326fd124 (diff) | |
download | pkgsrc-67026998622709a3a97eb1b79dcddb40eaa4f272.tar.gz |
libresolv is needed on Linux.
Diffstat (limited to 'net/hesiod/Makefile')
-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 |