diff options
Diffstat (limited to 'net/plb')
-rw-r--r-- | net/plb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/plb/Makefile b/net/plb/Makefile index 664358c0d665..aa18f9780d61 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -7,14 +7,14 @@ PORTNAME= plb PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= http://plb.sunsite.dk/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A high-performance HTTP load balancer -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc |