diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-28 09:59:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-28 09:59:37 +0000 |
commit | 38657a6c283edfa5d5e740ca177503cccdd8b60a (patch) | |
tree | 442ec9155e1f743ff03e64d525f36aff1ca43021 /net/morebalance | |
parent | ffa07885738b082cbf61504f7a419e3c6cd75906 (diff) | |
download | ports-38657a6c283edfa5d5e740ca177503cccdd8b60a.tar.gz ports-38657a6c283edfa5d5e740ca177503cccdd8b60a.zip |
Notes
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 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}" |