diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /sysutils | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index 73224efb773c..1a7619abcaf8 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellm PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} @@ -25,7 +25,7 @@ USE_RC_SUBR= gkrellmd.sh WRKSRC= ${WRKDIR}/${DISTNAME:C/[a-z]$//} .if defined(WITH_GNUTLS) && defined(WITH_OPENSSL) -BROKEN= "GnuTLS and OpenSSL is mutually exclusive." +BROKEN= GnuTLS and OpenSSL is mutually exclusive. .endif .if !defined(WITH_OPENSSL) && !defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS) @@ -45,7 +45,7 @@ USE_GETTEXT= yes .endif USE_XLIB= yes .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ without-ssl=1 .elif defined(WITH_OPENSSL) |