summaryrefslogtreecommitdiffstats
path: root/devel/libsoup/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-17 07:20:18 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-17 07:20:18 +0800
commit2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd (patch)
tree71720afcb216203708593fc4a6e230aff5836807 /devel/libsoup/Makefile
parent29ea451e2ede84b78b5cad807652288703c543df (diff)
downloadmarcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.gz
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.bz2
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.lz
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.xz
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.zst
marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.zip
Chase gnutls libdump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12654 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r--devel/libsoup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 73951c878..0f1746a86 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.65 2009/07/28 12:37:19 kwm Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.66 2009/08/10 22:00:19 ahze Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.27.90
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.4"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif