diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
commit | 907d5d1a391cea7dc4510deb3ead17400d689462 (patch) | |
tree | 6c30422131f6d4a1c3573653ef9e29e93cb33606 /ftp/ftp-proxy/Makefile | |
parent | 305a8cb2963ec2ad26a740802b442eeef4913b5c (diff) |
Notes
Diffstat (limited to 'ftp/ftp-proxy/Makefile')
-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 964993971041..1ee8e9e0b7ed 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -7,13 +7,14 @@ PORTNAME= ftp-proxy PORTVERSION= 4.3p1 +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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent MAN8= ftp-proxy.8 MANCOMPRESSED= yes |