diff options
author | leeym <leeym@FreeBSD.org> | 2006-06-30 10:53:12 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-06-30 10:53:12 +0800 |
commit | 95c4d2c64d6a805dc8c31c52506403f79c2b669f (patch) | |
tree | ed1b9b6ed02669acc9d41f8c3fb97870c658ca1c /ftp | |
parent | 786785e54820dbd0d271dfa177cc8efdbda8db6e (diff) | |
download | freebsd-ports-gnome-95c4d2c64d6a805dc8c31c52506403f79c2b669f.tar.gz freebsd-ports-gnome-95c4d2c64d6a805dc8c31c52506403f79c2b669f.tar.zst freebsd-ports-gnome-95c4d2c64d6a805dc8c31c52506403f79c2b669f.zip |
- update dependencies for libevent-1.2
Diffstat (limited to 'ftp')
-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 |