diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:44:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:44:36 +0000 |
commit | d89df72e3d18a366895fe75a8bd17ede7cd623e5 (patch) | |
tree | 427141c6db1df772b9bde302663fd79c58511788 /x11/mlterm | |
parent | ccad453f4c5d44b7f3190111aff837b143c62f31 (diff) | |
download | pkgsrc-d89df72e3d18a366895fe75a8bd17ede7cd623e5.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 331fbefe1d2..2bf81b30ff7 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2006/06/11 14:44:36 joerg Exp $ DISTNAME= mlterm-2.9.2 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Multilingual terminal emulator # CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h> NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-* -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |