summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-07-05 16:18:11 +0000
committerrillig <rillig@pkgsrc.org>2007-07-05 16:18:11 +0000
commit5f7e7213c30ae9a3efbe740890f6b6fb4ae366f2 (patch)
treeac754dbf3b8afbaaf2322e589367b4141d62aa13
parentb9a684eafdcecf7bf27c666b096ab5c2460633d1 (diff)
downloadpkgsrc-5f7e7213c30ae9a3efbe740890f6b6fb4ae366f2.tar.gz
Fixed the name of the pkg-config file. PKGREVISION++
-rw-r--r--net/libsoup-devel/Makefile6
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"