diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
commit | f16517a4838ffbe7105052632ff22ee50e640c46 (patch) | |
tree | 0db936d7306c846434946b6f400497c0a972c021 /ftp/pftpx | |
parent | 1baaaa4f314839fc2e6a0cdb4f943a278c9b56b9 (diff) | |
download | ports-f16517a4838ffbe7105052632ff22ee50e640c46.tar.gz ports-f16517a4838ffbe7105052632ff22ee50e640c46.zip |
Notes
Diffstat (limited to 'ftp/pftpx')
-rw-r--r-- | ftp/pftpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile index 2be2eb2ebc56..4b8b5dd3b1bb 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= sullrich@gmail.com COMMENT= Much enhanced ftp proxy for pf that supports most ftp protocols -LIB_DEPENDS= event-1.1a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent MAN8= pftpx.8 |