diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-22 18:57:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-22 18:57:25 +0800 |
commit | d4205063dd9b2b3f09c9e0eaa9755f6a3bcda061 (patch) | |
tree | 0344210a9de9202d82a2a36abcb708e794fc9bf5 /devel | |
parent | 9506415329073d4eb0974b00fd1243ca1461eeba (diff) | |
download | marcuscom-ports-d4205063dd9b2b3f09c9e0eaa9755f6a3bcda061.tar.gz marcuscom-ports-d4205063dd9b2b3f09c9e0eaa9755f6a3bcda061.tar.zst marcuscom-ports-d4205063dd9b2b3f09c9e0eaa9755f6a3bcda061.zip |
Axe gconf2 and libproxy depend no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15548 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index bbb80eb6a..1f5c63e8e 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.95 2011/02/24 20:31:20 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.96 2011/03/22 09:32:28 kwm Exp $ # PORTNAME= libsoup @@ -29,8 +29,8 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= "-I${LOCALBASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.4" @@ -38,11 +38,9 @@ PLIST_SUB= VERSION="2.4" .if defined(SOUP_SLAVE) LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - proxy.1:${PORTSDIR}/net/libproxy \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFIGURE_ARGS+=--with-gnome -USE_GNOME+= gconf2 .else BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection CONFIGURE_ARGS+=--without-gnome @@ -62,7 +60,6 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|" == "|" = "|g' \ ${WRKSRC}/configure .if defined(SOUP_SLAVE) |