diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-18 16:33:50 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-18 16:33:50 +0000 |
commit | ec78e4667a27006a462426a33828ada4e32c2922 (patch) | |
tree | 8ab3ddddf1f40bcbdc4825a9574ee2195cc8e109 /devel/GConf-ui | |
parent | 82e46b9cd3699c29045942fa47cceaad6b1194a9 (diff) | |
download | pkgsrc-ec78e4667a27006a462426a33828ada4e32c2922.tar.gz |
reset PKGREV for base pkg update
Diffstat (limited to 'devel/GConf-ui')
-rw-r--r-- | devel/GConf-ui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile index feff0296b93..2fd47786740 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/01/13 13:36:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2011/03/18 16:33:50 drochner Exp $ # MAKE_JOBS_SAFE= no -PKGREVISION= 2 .include "../../devel/GConf/Makefile.common" @@ -11,6 +10,7 @@ PKGNAME= ${DISTNAME:S/GConf/GConf-ui/} BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION} CONFIGURE_ARGS+= --enable-gtk +CONFIGURE_ARGS+= --with-gtk=2.0 CONFIGURE_ARGS+= --disable-defaults-service BUILD_DIRS= gconf |