diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 01:10:25 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 01:10:25 +0800 |
commit | d32e8a571acef02abecc0ffe4725264f4626af1c (patch) | |
tree | 2808463b0ea6bc8bcfcf8e40dfc09204919b6e16 /devel | |
parent | 4e9194e1f6bf80d15e68b4789131d13db5a40077 (diff) | |
download | marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.gz marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.zst marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.zip |
Chase gnutls's shlib version, which it was downgraded from 13 to 12. Strange.
Reported by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-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 |