diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /net/morebalance | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) | |
download | ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.gz ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.zip |
Notes
Diffstat (limited to 'net/morebalance')
-rw-r--r-- | net/morebalance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 2bb7a3bc504f..cfcb2584e543 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ @@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - gnutls.15:${PORTSDIR}/security/gnutls \ + gnutls.13:${PORTSDIR}/security/gnutls \ ggz.4:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |