diff options
-rw-r--r-- | devel/GConf2-ui/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf2/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 3 | ||||
-rw-r--r-- | devel/GConf2/buildlink3.mk | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index 190aba3e8d4..66bee08ee6e 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2006/10/23 00:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/07/09 17:16:39 drochner Exp $ # .include "../../devel/GConf2/Makefile.common" +PKGREVISION= 1 + PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} BUILDLINK_API_DEPENDS.GConf2+= GConf2>=${GCONF2_VERSION} diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 0dd503651fc..3be6d534ae5 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2007/04/09 00:55:44 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2007/07/09 17:16:39 drochner Exp $ # .include "../../devel/GConf2/Makefile.common" +PKGREVISION= 1 + PKGNAME= ${DISTNAME:S/GConf/GConf2/} CONFIGURE_ARGS+= --disable-gtk diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 76f5b1ddd2e..0f929ac313a 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2007/04/09 00:55:45 wiz Exp $ +# $NetBSD: Makefile.common,v 1.44 2007/07/09 17:16:39 drochner Exp $ # GCONF2_VERSION= 2.18.0.1 @@ -37,4 +37,3 @@ CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/popt/buildlink3.mk" diff --git a/devel/GConf2/buildlink3.mk b/devel/GConf2/buildlink3.mk index 059684fe47e..0135cdf2952 100644 --- a/devel/GConf2/buildlink3.mk +++ b/devel/GConf2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 23:10:41 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2007/07/09 17:16:39 drochner Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GCONF2_BUILDLINK3_MK:= ${GCONF2_BUILDLINK3_MK}+ @@ -19,7 +19,6 @@ BUILDLINK_PKGSRCDIR.GConf2?= ../../devel/GConf2 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/popt/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/buildlink3.mk" |