diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
commit | 5265c7a7989d783a5dbb5702c8d38f65b5e445b4 (patch) | |
tree | 8631e411d49297f4cf6dbca9150c3e0ac079219a /net/plb | |
parent | - Update to 1.2.4 (diff) |
- Bump PORTREVISION since devel/libevent are updated.
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 aa18f9780d61..710f184f4d30 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -7,14 +7,14 @@ PORTNAME= plb PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 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.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc |