diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-29 13:22:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-29 13:22:04 +0000 |
commit | 2d2fecb489560a499cf4c65c2964d54f86de8bc7 (patch) | |
tree | 8c85598ad082c3dcbb9305f5816e1b2f31740796 /net/morebalance | |
parent | ab3cdd4086a8d29016c567c4626245949d3b69c0 (diff) | |
download | ports-2d2fecb489560a499cf4c65c2964d54f86de8bc7.tar.gz ports-2d2fecb489560a499cf4c65c2964d54f86de8bc7.zip |
Notes
Diffstat (limited to 'net/morebalance')
-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 3241423e75ea..2bb7a3bc504f 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}" |