diff options
author | recht <recht> | 2004-04-02 18:09:56 +0000 |
---|---|---|
committer | recht <recht> | 2004-04-02 18:09:56 +0000 |
commit | 8721495dfefc29fd153c77aedc4d23166e48d7da (patch) | |
tree | 6438957d29731e0eede58ecb554bfea596b0793e /net/libsoup/Makefile | |
parent | 224b8b4e76f7cc7e50c356c06ac40b179348529b (diff) | |
download | pkgsrc-8721495dfefc29fd153c77aedc4d23166e48d7da.tar.gz |
downgrade libsoup to the latest *stable* release: libsoup-1.99.28
needed by gtkhtml3
ok'd by jmmv@
Diffstat (limited to 'net/libsoup/Makefile')
-rw-r--r-- | net/libsoup/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index cc1cf3368ba..258c17b01ce 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/04/01 18:32:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/02 18:09:56 recht Exp $ # -DISTNAME= libsoup-2.1.8 +DISTNAME= libsoup-1.99.28 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.1/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/1.99/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= soup-2.2.pc.in +PKGCONFIG_OVERRIDE+= soup-2.0.pc.in CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html |