pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf2 Move pkgconfig bl3's inclusion to Makefil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a45ecbd3923
branches:  trunk
changeset: 468334:9a45ecbd3923
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Feb 12 19:07:00 2004 +0000

description:
Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-ui
benefit of it.

diffstat:

 devel/GConf2/Makefile        |  3 +--
 devel/GConf2/Makefile.common |  4 +++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 86563f472395 -r 9a45ecbd3923 devel/GConf2/Makefile
--- a/devel/GConf2/Makefile     Thu Feb 12 19:06:39 2004 +0000
+++ b/devel/GConf2/Makefile     Thu Feb 12 19:07:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/02/11 00:53:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/12 19:07:00 jmmv Exp $
 #
 
 .include "../../devel/GConf2/Makefile.common"
@@ -26,7 +26,6 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
-.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/xmlcatmgr/buildlink3.mk"
diff -r 86563f472395 -r 9a45ecbd3923 devel/GConf2/Makefile.common
--- a/devel/GConf2/Makefile.common      Thu Feb 12 19:06:39 2004 +0000
+++ b/devel/GConf2/Makefile.common      Thu Feb 12 19:07:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/02/11 00:53:57 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/02/12 19:07:00 jmmv Exp $
 #
 
 DISTNAME=              GConf-2.4.0.1
@@ -32,3 +32,5 @@
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
+
+.include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index