From 9d249534613dd66b4cb9df41f46285e2a4c1ceba Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 2 Jan 2007 08:54:13 +0000 Subject: - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here --- devel/libsoup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libsoup') diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 4db692b49bf..ca3d242e1b4 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.98 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif -- cgit