summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-12 15:56:57 +0000
committerhans <hans@pkgsrc.org>2012-01-12 15:56:57 +0000
commit38a907b392cff55c96a3e958f177de934ccad41f (patch)
tree7e29eb35e14c668d662fb4b72d5ca1b72c646ee0 /net
parent761dd5afb562aa8cecc4251b3886bdc96b58f309 (diff)
downloadpkgsrc-38a907b392cff55c96a3e958f177de934ccad41f.tar.gz
Fix build on SunOS.
Diffstat (limited to 'net')
-rw-r--r--net/xmftp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xmftp/Makefile b/net/xmftp/Makefile
index 2473fec1ffc..e3c3e2b5571 100644
--- a/net/xmftp/Makefile
+++ b/net/xmftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/12/09 14:36:33 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2012/01/12 15:56:57 hans Exp $
#
DISTNAME= xmftp-1.0.4
@@ -18,6 +18,8 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin share/doc/xmftp
+LDFLAGS.SunOS+= -lsocket -lnsl
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmftp ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/../BUGS ${DESTDIR}${PREFIX}/share/doc/xmftp