diff options
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index d31325932f2..05b45359178 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= mlview-0.7.0 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freespiders.org/projects/gmlview/ COMMENT= XML editor for the GNOME environment -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |