aboutsummaryrefslogtreecommitdiff
path: root/net/morebalance
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-28 09:59:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-28 09:59:37 +0000
commit38657a6c283edfa5d5e740ca177503cccdd8b60a (patch)
tree442ec9155e1f743ff03e64d525f36aff1ca43021 /net/morebalance
parentffa07885738b082cbf61504f7a419e3c6cd75906 (diff)
downloadports-38657a6c283edfa5d5e740ca177503cccdd8b60a.tar.gz
ports-38657a6c283edfa5d5e740ca177503cccdd8b60a.zip
Bump lib version for games/libggz
Notes
Notes: svn path=/head/; revision=127536
Diffstat (limited to 'net/morebalance')
-rw-r--r--net/morebalance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile
index 2c5e54fe63c5..6b7f62599b80 100644
--- a/net/morebalance/Makefile
+++ b/net/morebalance/Makefile
@@ -7,6 +7,7 @@
PORTNAME= morebalance
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://morebalance.coolprojects.org/
@@ -15,7 +16,7 @@ COMMENT= A modular open source user-space load balancing system
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
gnutls.12:${PORTSDIR}/security/gnutls \
- ggz.2:${PORTSDIR}/games/libggz
+ ggz.3:${PORTSDIR}/games/libggz
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"