diff options
author | novel <novel@FreeBSD.org> | 2006-01-10 00:34:19 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-10 00:34:19 +0800 |
commit | d6c502558f6245241ad74976a89c2c9ae937056c (patch) | |
tree | 9885c63f2a2deb791401992cc74861b1233c188c /net/morebalance | |
parent | 147bbe8b873d6981cbeba079fb8509b6a5a8711a (diff) | |
download | freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.gz freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.zst freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.zip |
Chase gnutls update.
Diffstat (limited to 'net/morebalance')
-rw-r--r-- | net/morebalance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 6b7f62599b80..3241423e75ea 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ @@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - gnutls.12:${PORTSDIR}/security/gnutls \ + gnutls.15:${PORTSDIR}/security/gnutls \ ggz.3:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |