diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
commit | 95eecf16e69745980390ef202f67ec4d0e09f051 (patch) | |
tree | c85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /sysutils/gkrellm2 | |
parent | 3ee84121a1253dd584be4ba3370807c75363b68b (diff) | |
download | ports-95eecf16e69745980390ef202f67ec4d0e09f051.tar.gz ports-95eecf16e69745980390ef202f67ec4d0e09f051.zip |
Notes
Diffstat (limited to 'sysutils/gkrellm2')
-rw-r--r-- | sysutils/gkrellm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index 55e3200b3089..0d416c35b04a 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellm PORTVERSION= 2.2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} @@ -45,7 +45,7 @@ USE_GETTEXT= yes .endif USE_XLIB= yes .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ without-ssl=1 .elif defined(WITH_OPENSSL) |