diff options
author | hans <hans@pkgsrc.org> | 2012-01-12 15:56:57 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-12 15:56:57 +0000 |
commit | 38a907b392cff55c96a3e958f177de934ccad41f (patch) | |
tree | 7e29eb35e14c668d662fb4b72d5ca1b72c646ee0 | |
parent | 761dd5afb562aa8cecc4251b3886bdc96b58f309 (diff) | |
download | pkgsrc-38a907b392cff55c96a3e958f177de934ccad41f.tar.gz |
Fix build on SunOS.
-rw-r--r-- | net/xmftp/Makefile | 4 |
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 |