diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-29 13:22:04 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-29 13:22:04 +0000 |
commit | 5b2c4c546d7d6d442a6dfb38f22ea13aef411dfb (patch) | |
tree | 8d0d817001d93385bec659d7432d960e45b527ea /net | |
parent | 04b5a17b771d31b408203203faba5198faa74212 (diff) | |
download | FreeBSD-ports-5b2c4c546d7d6d442a6dfb38f22ea13aef411dfb.zip FreeBSD-ports-5b2c4c546d7d6d442a6dfb38f22ea13aef411dfb.tar.gz |
Chase libggz upgrade
Submitted by: pointyhat via kris
Pointy hat to: erwin
Diffstat (limited to 'net')
-rw-r--r-- | net/morebalance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 3241423..2bb7a3b 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -16,7 +16,7 @@ COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ gnutls.15:${PORTSDIR}/security/gnutls \ - ggz.3:${PORTSDIR}/games/libggz + ggz.4:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |