diff options
author | kris <kris@FreeBSD.org> | 2004-06-07 07:27:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-07 07:27:50 +0800 |
commit | 1e30ddf732632fbb5c756858f21599edf489b475 (patch) | |
tree | c54fd1ff1cdd26736fd5bab99c5bb8adb5b8c72c /net/morebalance | |
parent | 36d6fe46967dc1a43cba45a17131dffbfb9d4aa8 (diff) | |
download | freebsd-ports-gnome-1e30ddf732632fbb5c756858f21599edf489b475.tar.gz freebsd-ports-gnome-1e30ddf732632fbb5c756858f21599edf489b475.tar.zst freebsd-ports-gnome-1e30ddf732632fbb5c756858f21599edf489b475.zip |
Chase gnutls shared library debump.
Pointy hat to: sergei
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 b101bcb78c4c..2c5e54fe63c5 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -14,7 +14,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - gnutls.13:${PORTSDIR}/security/gnutls \ + gnutls.12:${PORTSDIR}/security/gnutls \ ggz.2:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |