diff options
-rw-r--r-- | devel/libsoup/Makefile | 3 | ||||
-rw-r--r-- | devel/libsoup22/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 1c9b3578f..c90dc299d 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsoup PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -30,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 1c9b3578f..c90dc299d 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsoup PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -30,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif |