diff options
author | grant <grant@pkgsrc.org> | 2004-11-03 10:46:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-03 10:46:31 +0000 |
commit | c299a6b083b5da8ea11e1b72b47f99d28353ba76 (patch) | |
tree | c8c9b789dd53aa8bc51294a04967c9f011d2b980 /net | |
parent | 83e3c85f0db9f729d8a721c86af99d8a278a9a39 (diff) | |
download | pkgsrc-c299a6b083b5da8ea11e1b72b47f99d28353ba76.tar.gz |
this needs libnsl and libsocket on Solaris.
Diffstat (limited to 'net')
-rw-r--r-- | net/ra-pna-proxy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ra-pna-proxy/Makefile b/net/ra-pna-proxy/Makefile index 35899c061d2..e3a8dad645a 100644 --- a/net/ra-pna-proxy/Makefile +++ b/net/ra-pna-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:22:20 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/11/03 10:46:31 grant Exp $ DISTNAME= raproxy3.0b1 PKGNAME= ra-pna-proxy-3.0b1 @@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/raproxy ALL_TARGET= raproxy PROGNAME= ${PKGNAME:C/-[1-9].*//} +LIBS.SunOS+= -lnsl -lsocket +MAKE_ENV+= LIBS="${LIBS}" + post-build: cd ${WRKSRC}; \ ${SED} -e 's#/usr/local#${PREFIX}#g' <raproxy.man >${PROGNAME}.8 |