summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2007-07-05 16:18:11 +0000
committerrillig <rillig>2007-07-05 16:18:11 +0000
commit61121800a4eb52d6d4e46b9eee409e69fcdfea68 (patch)
treeac754dbf3b8afbaaf2322e589367b4141d62aa13 /net
parent2a18170539e82508bf7cbd7469c925755e848ffb (diff)
downloadpkgsrc-61121800a4eb52d6d4e46b9eee409e69fcdfea68.tar.gz
Fixed the name of the pkg-config file. PKGREVISION++
Diffstat (limited to 'net')
-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"