diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 06:22:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 06:22:52 +0000 |
commit | 0b35c95c1f52837068fb30463d785da8fe25e2ce (patch) | |
tree | 34f66d7daa6e0420be0acba4bcb2e730fde17470 | |
parent | - Chase libraries for new security/gnutls version (diff) |
- Chase libraries for new security/gnutls version
PR: ports/64194
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Reported by: bento via kris
No cookies for: sergei
Notes
Notes:
svn path=/head/; revision=103850
-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 24297978bc3a..f1955eb6fa55 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,6 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ \ http://hydra.hellug.gr/download/ \ @@ -16,7 +17,7 @@ MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls NO_LATEST_LINK= yes USE_REINPLACE= yes |