summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-07 04:17:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-07 04:17:30 +0800
commitb71bcb071a136628013c3791511a9b06a59c4f0f (patch)
treee4dd69059bd879b99ae55d87085fdca0ddb4c436 /devel/libsoup
parent01a8d2fb1e54dbfb07295740af551d91589c9faf (diff)
downloadmarcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar.gz
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar.bz2
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar.lz
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar.xz
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.tar.zst
marcuscom-ports-b71bcb071a136628013c3791511a9b06a59c4f0f.zip
Correct the ssl condition. So ssl support is build by default again. oops.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 77580fa77..ba11ebbce 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/devel/libsoup/Makefile,v 1.83 2010/06/05 21:11:09 kwm Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.31.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -44,7 +44,7 @@ USE_GNOME+= gconf2
CONFIGURE_ARGS+=--without-gnome
.endif
-.if defined(WITH_GNUTLS)
+.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl