diff options
author | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /devel/libsoup | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index dec197f815d7..3926a8c578dd 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.94 -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.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif |