diff options
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 6 |
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 |