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 | e59f6f51094f93ca7537d489cafc2d1f28c788e7 (patch) | |
tree | 8ab3ddddf1f40bcbdc4825a9574ee2195cc8e109 | |
parent | bebc673637dd8203c2b7986af539806f4c3aff72 (diff) | |
download | pkgsrc-e59f6f51094f93ca7537d489cafc2d1f28c788e7.tar.gz |
reset PKGREV for base pkg update
-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 |