diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:45:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:45:45 +0000 |
commit | 8fb6bc4ce8f1946809697176e8de928c1bc1027b (patch) | |
tree | 01d5ce6cfe3c35607dba69c2e652efbf8e0192e2 /devel | |
parent | 08d2965db8b2e16aec6f8afbcdb796f6a105a56d (diff) | |
download | pkgsrc-8fb6bc4ce8f1946809697176e8de928c1bc1027b.tar.gz |
Update to 2.4.0.1 to sync with GConf2. Closes PR pkg/23698 by Min Sik Kim.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf2-ui/Makefile | 14 | ||||
-rw-r--r-- | devel/GConf2-ui/buildlink2.mk | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index d676586921b..f96473bd8b6 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.6 2003/12/13 00:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/14 19:45:45 jmmv Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} -PKGREVISION= 4 CONFIGURE_ENV+= PKG_USE_GTK=yes -do-build: - @cd ${WRKSRC}/gconf && \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \ - -f Makefile gconf-sanity-check-2 +BUILD_DIRS= ${WRKSRC}/gconf +BUILD_TARGETS= GConfX.h gconf-sanity-check-2 + +#do-build: +# @cd ${WRKSRC}/gconf && \ +# ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \ +# -f Makefile GConfX.h gconf-sanity-check-2 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \ diff --git a/devel/GConf2-ui/buildlink2.mk b/devel/GConf2-ui/buildlink2.mk index 45b62e021e1..e46d308a650 100644 --- a/devel/GConf2-ui/buildlink2.mk +++ b/devel/GConf2-ui/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/12/13 00:45:22 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2003/12/14 19:45:45 jmmv Exp $ # # This Makefile fragment is included by packages that use GConf2-ui. # @@ -7,7 +7,7 @@ GCONF2_UI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= GConf2-ui -BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=2.2.0nb4 +BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=2.4.0.1 BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui EVAL_PREFIX+= BUILDLINK_PREFIX.GConf2-ui=GConf2-ui |