diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 14:26:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 14:26:39 +0000 |
commit | 8bf844754f4b0bd89bbd8e49d6237c95a15b6a58 (patch) | |
tree | 24fcae8cef71481bb9a0b6dd13f81ed0900c06bd /net/connect | |
parent | 09790e487cd5faee21a96f3c5790d52c336a92a0 (diff) | |
download | pkgsrc-8bf844754f4b0bd89bbd8e49d6237c95a15b6a58.tar.gz |
Simplified the Makefile.
Diffstat (limited to 'net/connect')
-rw-r--r-- | net/connect/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile index 86073e09316..73082ec434b 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/23 14:26:39 rillig Exp $ DISTNAME= connect PKGNAME= ${DISTNAME}-1.83 @@ -13,15 +13,8 @@ COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server EXTRACT_ONLY= # empty DIST_SUBDIR= ${PKGNAME_NOREV} -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == Darwin -LIBS= -lresolv -.elif ${OPSYS} == SunOS -LIBS= -lsocket -lnsl -.else -LIBS= -.endif +LIBS.Darwin+= -lresolv +LIBS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin |