summaryrefslogtreecommitdiff
path: root/net/libsoup/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-19 22:46:44 +0000
committerwiz <wiz>2005-02-19 22:46:44 +0000
commit987a1bd42ae24f780963dfc7a7cb6b3587302bb6 (patch)
treec7989d291178dabe747e1832c388df8f516ba568 /net/libsoup/Makefile
parent901aaccdc84072e5a25ee661cd5885968285dc32 (diff)
downloadpkgsrc-987a1bd42ae24f780963dfc7a7cb6b3587302bb6.tar.gz
Disable gnutls support -- this version of libsoup uses an
obsolete interface to gnutls. Bump PKGREVISION and depend on it.
Diffstat (limited to 'net/libsoup/Makefile')
-rw-r--r--net/libsoup/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile
index 96ee4c3e83d..b69a294da41 100644
--- a/net/libsoup/Makefile
+++ b/net/libsoup/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:17:54 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/19 22:46:44 wiz Exp $
#
DISTNAME= libsoup-1.99.28
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/1.99/}
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +22,5 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"