diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /ftp/ftp-proxy | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
Notes
Diffstat (limited to 'ftp/ftp-proxy')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index 1153a80c3c01..03295e018c2f 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -7,13 +7,14 @@ PORTNAME= ftp-proxy PORTVERSION= 4.1p2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/ MAINTAINER= chrissicool@chrissicool.net COMMENT= A port of OpenBSD's ftp-proxy -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent MAN8= ftp-proxy.8 MANCOMPRESSED= yes |