diff options
author | krion <krion@FreeBSD.org> | 2005-01-28 09:59:37 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-28 09:59:37 +0000 |
commit | aba253246421a59630f7e381d9b9a79334f61819 (patch) | |
tree | da2506e5fe6fed2699f4b599aa8b562229179921 /net/morebalance | |
parent | 1943475dff4d90ee1bc8779b111855db9af3a553 (diff) | |
download | FreeBSD-ports-aba253246421a59630f7e381d9b9a79334f61819.zip FreeBSD-ports-aba253246421a59630f7e381d9b9a79334f61819.tar.gz |
Bump lib version for games/libggz
Diffstat (limited to 'net/morebalance')
-rw-r--r-- | net/morebalance/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 2c5e54f..6b7f625 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}" |