diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /www/hydra | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | ports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz ports-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
Notes
Diffstat (limited to 'www/hydra')
-rw-r--r-- | www/hydra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index fba18b554014..a2bd015271aa 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ @@ -16,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.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh |