diff options
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 3fac19e82a7..1e89a6cc2c1 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 22:04:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/08 19:40:38 jmmv Exp $ # DISTNAME= mlview-0.6.2 +PKGREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.6/} EXTRACT_SUFX= .tar.bz2 @@ -11,7 +12,7 @@ HOMEPAGE= http://www.freespiders.org/projects/gmlview/ COMMENT= XML editor for the GNOME environment BUILD_USES_MSGFMT= yes -DEPENDS+= xdg-dirs>=1.0:../../misc/xdg-dirs +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes |