summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 14:30:05 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 14:30:05 +0000
commita0d68b84354e79eaa7154dabe861a774fee859a7 (patch)
tree33fc876889b885b7c5d21bda2d8746c0da6b0454 /net
parent8bf844754f4b0bd89bbd8e49d6237c95a15b6a58 (diff)
downloadpkgsrc-a0d68b84354e79eaa7154dabe861a774fee859a7.tar.gz
Solaris needs -lresolv, too.
Diffstat (limited to 'net')
-rw-r--r--net/connect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile
index 73082ec434b..86ceb11d285 100644
--- a/net/connect/Makefile
+++ b/net/connect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/10/23 14:26:39 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/23 14:30:05 rillig Exp $
DISTNAME= connect
PKGNAME= ${DISTNAME}-1.83
@@ -14,7 +14,7 @@ EXTRACT_ONLY= # empty
DIST_SUBDIR= ${PKGNAME_NOREV}
LIBS.Darwin+= -lresolv
-LIBS.SunOS+= -lsocket -lnsl
+LIBS.SunOS+= -lresolv -lsocket -lnsl
INSTALLATION_DIRS= bin