diff options
Diffstat (limited to 'editors/gconf-editor/Makefile')
-rw-r--r-- | editors/gconf-editor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index c90276db10f..a74af9ae910 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/02/16 23:10:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/16 23:20:05 jmmv Exp $ # DISTNAME= gconf-editor-2.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.4/} EXTRACT_SUFX= .tar.bz2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Editor for the GConf configuration system BUILD_USES_MSGFMT= YES +DEPENDS+= xdg-dirs>=1.0:../../misc/xdg-dirs GNU_CONFIGURE= YES USE_BUILDLINK3= YES |