pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup-devel Fixed the name of the pkg-config fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dde34e854758
branches:  trunk
changeset: 530695:dde34e854758
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 05 16:18:11 2007 +0000

description:
Fixed the name of the pkg-config file. PKGREVISION++

diffstat:

 net/libsoup-devel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 4f10a85094fa -r dde34e854758 net/libsoup-devel/Makefile
--- a/net/libsoup-devel/Makefile        Thu Jul 05 11:09:29 2007 +0000
+++ b/net/libsoup-devel/Makefile        Thu Jul 05 16:18:11 2007 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index