diff options
author | rillig <rillig@pkgsrc.org> | 2007-07-05 16:18:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-07-05 16:18:11 +0000 |
commit | e3b2ee9cf7661bfc408a1be8d1d0a7ac9b03f329 (patch) | |
tree | ac754dbf3b8afbaaf2322e589367b4141d62aa13 /net/libsoup-devel | |
parent | 172e4b47a8926274ba8325d3badc0daf7f5cd093 (diff) | |
download | pkgsrc-e3b2ee9cf7661bfc408a1be8d1d0a7ac9b03f329.tar.gz |
Fixed the name of the pkg-config file. PKGREVISION++
Diffstat (limited to 'net/libsoup-devel')
-rw-r--r-- | net/libsoup-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libsoup-devel/Makefile b/net/libsoup-devel/Makefile index 13e846a8293..23a7bcc9541 100644 --- a/net/libsoup-devel/Makefile +++ b/net/libsoup-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2007/06/05 05:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2007/07/05 16:18:11 rillig Exp $ DISTNAME= libsoup-2.2.100 PKGNAME= ${DISTNAME:S/soup/soup-devel/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.2/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= libsoup-2.2.pc.in +PKGCONFIG_OVERRIDE+= libsoup.pc.in .include "../../devel/glib2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" |