diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /net/nylon | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Notes
Notes:
svn path=/head/; revision=178938
Diffstat (limited to 'net/nylon')
-rw-r--r-- | net/nylon/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index b745a08f25ad..45e80798c54d 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -8,14 +8,14 @@ PORTNAME= nylon PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ MAINTAINER= ports@FreeBSD.org COMMENT= A Unix SOCKS 4 and 5 proxy server -LIB_DEPENDS= event-1.2.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent USE_RC_SUBR= nylon.sh @@ -28,9 +28,6 @@ MAN1= nylon.1 PLIST_FILES= bin/nylon etc/nylon.conf.sample -post-patch: - ${REINPLACE_CMD} -e 's/-levent/-levent-1.2/' ${WRKSRC}/configure - post-install: ${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc/nylon.conf.sample |