diff options
-rw-r--r-- | devel/GConf-ui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile index 458fd19b9d4..794b00c0314 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/04/22 13:42:45 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/05/13 17:08:10 drochner Exp $ # MAKE_JOBS_SAFE= no @@ -6,7 +6,6 @@ MAKE_JOBS_SAFE= no .include "../../devel/GConf/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf-ui/} -PKGREVISION= 1 BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION} |