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 | 5f7e7213c30ae9a3efbe740890f6b6fb4ae366f2 (patch) | |
tree | ac754dbf3b8afbaaf2322e589367b4141d62aa13 /net | |
parent | b9a684eafdcecf7bf27c666b096ab5c2460633d1 (diff) | |
download | pkgsrc-5f7e7213c30ae9a3efbe740890f6b6fb4ae366f2.tar.gz |
Fixed the name of the pkg-config file. PKGREVISION++
Diffstat (limited to 'net')
-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" |