diff options
author | krion <krion@FreeBSD.org> | 2003-09-26 22:19:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-26 22:19:56 +0800 |
commit | 81f36ccbe6dbdf8b9b1562785e7ad3a8b9375a19 (patch) | |
tree | 68f6130ad23057d1b2de10e2a680f8474dfa9357 /www/hydra | |
parent | 2e40b53c923387326dbcf0a7d21e18deea88df6a (diff) | |
download | freebsd-ports-gnome-81f36ccbe6dbdf8b9b1562785e7ad3a8b9375a19.tar.gz freebsd-ports-gnome-81f36ccbe6dbdf8b9b1562785e7ad3a8b9375a19.tar.zst freebsd-ports-gnome-81f36ccbe6dbdf8b9b1562785e7ad3a8b9375a19.zip |
- Chase libraries to new gnutls version
Diffstat (limited to 'www/hydra')
-rw-r--r-- | www/hydra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index 6d00f1bb4837..55a9a439d9d7 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -16,7 +16,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.8:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls USE_REINPLACE= yes GNU_CONFIGURE= yes |