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