diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 13:32:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 13:32:27 +0000 |
commit | 1590f48ad8777930d72b32e38f2c7c5a42eaccc0 (patch) | |
tree | 29d43400f7beb39fa533cdedf2b2f68eef925300 /net/ipw/Makefile | |
parent | e78fecd57b9cfd40cceb8ea002c508bd6c553697 (diff) | |
download | pkgsrc-1590f48ad8777930d72b32e38f2c7c5a42eaccc0.tar.gz |
this needs -lnsl -lsocket on Solaris.
Diffstat (limited to 'net/ipw/Makefile')
-rw-r--r-- | net/ipw/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile index f44ab4ed679..0f247297138 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:25 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/31 13:32:27 grant Exp $ # DISTNAME= ipw-3.3a @@ -14,6 +14,9 @@ WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin share/doc +LIBS.SunOS+= -lnsl -lsocket +MAKE_ENV+= LIBS=${LIBS:Q} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipw ${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/ipw.README |