pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm Make NOT_FOR_PLATFORM match comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afd9736e8dff
branches:  trunk
changeset: 484064:afd9736e8dff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 23 21:43:35 2004 +0000

description:
Make NOT_FOR_PLATFORM match comment.
>From Hiramatsu Yoshifumi in PR 28403.

diffstat:

 x11/mlterm/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 5be7e1249ff1 -r afd9736e8dff x11/mlterm/Makefile
--- a/x11/mlterm/Makefile       Tue Nov 23 21:34:25 2004 +0000
+++ b/x11/mlterm/Makefile       Tue Nov 23 21:43:35 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index