summaryrefslogtreecommitdiff
path: root/net/host
diff options
context:
space:
mode:
authorobache <obache>2010-10-11 12:15:12 +0000
committerobache <obache>2010-10-11 12:15:12 +0000
commitd538883b62ba75d9250afb862c1cc9a17623a76b (patch)
treef5a9b73fbb48ebbbafe7b5047a1e5de3c34346fb /net/host
parente0928fdbe86c19c88ab155fa2c4d282f971726b3 (diff)
downloadpkgsrc-d538883b62ba75d9250afb862c1cc9a17623a76b.tar.gz
Fix a typo, PR#43924.
Diffstat (limited to 'net/host')
-rw-r--r--net/host/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile
index e06e602f977..53213942e02 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2010/09/29 12:27:47 obache Exp $
+# $NetBSD: Makefile,v 1.22 2010/10/11 12:15:12 obache Exp $
DISTNAME= host-20040812
CATEGORIES= net
@@ -26,7 +26,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
BUILDLINK_TRANSFORM+= rm:-static
.endif
.if ${OPSYS} == "SunOS"
-LDFLAGS+= -lresolve -lsocket -lnsl
+LDFLAGS+= -lresolv -lsocket -lnsl
BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
BUILDLINK_TRANSFORM+= rm:-static
.endif