diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-23 21:43:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-23 21:43:35 +0000 |
commit | be0df0b2835bbf4af507cd4ca7ac635b3e87fe42 (patch) | |
tree | 1407d371e5e714638701f253816b3a09f67c8efd /x11/mlterm | |
parent | 185041208c108e853d0cebe16f7bdeb85b1131c4 (diff) | |
download | pkgsrc-be0df0b2835bbf4af507cd4ca7ac635b3e87fe42.tar.gz |
Make NOT_FOR_PLATFORM match comment.
From Hiramatsu Yoshifumi in PR 28403.
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index a7da6c4bc2f..1d393f7fc3d 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/10/03 00:18:36 tv Exp $ +# $NetBSD: Makefile,v 1.27 2004/11/23 21:43:35 wiz Exp $ DISTNAME= mlterm-2.8.0 PKGNAME= ${DISTNAME}pl1 @@ -14,8 +14,7 @@ HOMEPAGE= http://mlterm.sourceforge.net/ COMMENT= Multilingual terminal emulator # CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h> -ONLY_FOR_PLATFORM= NetBSD-1.5[T-Z]-* NetBSD-1.5Z[A-Z]-* -ONLY_FOR_PLATFORM+= NetBSD-1.6*-* NetBSD-[2-9]*-* +NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-* USE_BUILDLINK3= yes USE_X11= yes |