summaryrefslogtreecommitdiff
path: root/net/ftpproxy/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2002-05-09 16:55:51 +0000
committertaca <taca@pkgsrc.org>2002-05-09 16:55:51 +0000
commita637f157839d1abd185bcb30cc6f71005b640522 (patch)
treebb99c0ddba4950c27f4de16ca39f788538ccd7b4 /net/ftpproxy/Makefile
parent51d4056b0218fe7e599aa7d68712ee5e388dd94d (diff)
downloadpkgsrc-a637f157839d1abd185bcb30cc6f71005b640522.tar.gz
Add experimental support for building on Solaris.
Diffstat (limited to 'net/ftpproxy/Makefile')
-rw-r--r--net/ftpproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ftpproxy/Makefile b/net/ftpproxy/Makefile
index 0284bb08b83..f0a6767f5af 100644
--- a/net/ftpproxy/Makefile
+++ b/net/ftpproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/09 16:20:58 taca Exp $
+# $NetBSD: Makefile,v 1.2 2002/05/09 16:55:51 taca Exp $
#
DISTNAME= ftpproxy-1.1.5
@@ -18,6 +18,8 @@ COMMENT= application level gateway for FTP
.if ${OPSYS} == "SunOS"
NROFF?= nroff
MANDOC?= -man
+LIBS+= "-lsocket -lnsl"
+MAKE_ENV+= LIBS=${LIBS}
.else
NROFF?= nroff
MANDOC?= -mandoc