diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /www/hydra | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) |
Chase gnutls shlib version change.
Notes
Notes:
svn path=/head/; revision=167068
Diffstat (limited to 'www/hydra')
-rw-r--r-- | www/hydra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index 721e5c2f712e..fba18b554014 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,6 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ @@ -15,7 +16,7 @@ MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ MAINTAINER= shaun@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh |