summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-14 19:45:45 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-14 19:45:45 +0000
commitd8c3b5d28a554091fd96655787066aa86fc143f1 (patch)
tree01d5ce6cfe3c35607dba69c2e652efbf8e0192e2 /devel/GConf2-ui
parent1f59b2ab218ac238e618d9f3097139415267517e (diff)
downloadpkgsrc-d8c3b5d28a554091fd96655787066aa86fc143f1.tar.gz
Update to 2.4.0.1 to sync with GConf2. Closes PR pkg/23698 by Min Sik Kim.
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r--devel/GConf2-ui/Makefile14
-rw-r--r--devel/GConf2-ui/buildlink2.mk4
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