diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-12 19:07:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-12 19:07:00 +0000 |
commit | f52615e562bee28995fd948fd07bd47f05629896 (patch) | |
tree | dd3603ac3eb7c3f8423217b8586fdddf6ef4a997 | |
parent | b8e2c95203d0ac24075c6c1d96ec4384493c2db4 (diff) | |
download | pkgsrc-f52615e562bee28995fd948fd07bd47f05629896.tar.gz |
Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-ui
benefit of it.
-rw-r--r-- | devel/GConf2/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index be583b29873..f08e0bd0d1c 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -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 @@ post-install: .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 --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index a31184e9e66..49fd690d695 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -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+= --sysconfdir=${PKG_SYSCONFDIR} 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" |