diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
commit | 17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch) | |
tree | 4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /net/morebalance | |
parent | 327db67bb5280ea900fb477040f0134980a1fbc9 (diff) | |
download | ports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.tar.gz ports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.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 6b7f62599b80..3241423e75ea 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 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.12:${PORTSDIR}/security/gnutls \ + gnutls.15:${PORTSDIR}/security/gnutls \ ggz.3:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |