diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 14:19:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 14:19:56 +0000 |
commit | 0e81045a043cc9983bfd7272fb4bdc99ab14ca22 (patch) | |
tree | 5a6eeebbacf4fb5cd7ccbee8194d8fc975079147 /www | |
parent | - Chase library to new gnutls version (diff) |
- Chase libraries to new gnutls version
Notes
Notes:
svn path=/head/; revision=89455
Diffstat (limited to 'www')
-rw-r--r-- | www/hydra/Makefile | 2 | ||||
-rw-r--r-- | www/retawq/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 40d786d7d026..665b9609c161 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |