diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
commit | dbbf00416275070770d9e5699204815f28912444 (patch) | |
tree | 4ac9635418109e039475f07afaef5a2deacb3603 /net-p2p/verlihub | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) |
Bump pcre library dependency due to 8.30 update
Notes
Notes:
svn path=/head/; revision=291338
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 96ff5728789d..9e900e333b32 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -7,7 +7,7 @@ PORTNAME= verlihub DISTVERSION= 0.9.8e-r2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION} @@ -19,7 +19,7 @@ COMMENT= A Direct Connect protocol server (Hub) # but otherwise configure script would pick the wrong path BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_RC_SUBR= verlihub |