diff options
author | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
commit | eaa75b40822b656b3eec19c61aff6646cfdc94af (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /x11/mlterm | |
parent | d1fb1657d9512e3d7bef78ca5d0de8c80e1c1222 (diff) | |
download | pkgsrc-eaa75b40822b656b3eec19c61aff6646cfdc94af.tar.gz |
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 51db27ffceb..ac81a9e483d 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/05/08 15:08:06 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2004/10/01 10:37:33 grant Exp $ DISTNAME= mlterm-2.8.0 PKGNAME= ${DISTNAME}pl1 @@ -14,8 +14,8 @@ 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]-* NetBSD-1.[6-9]* \ - NetBSD-[2-9]* +ONLY_FOR_PLATFORM= NetBSD-1.5[T-Z]-* NetBSD-1.5Z[A-Z]-* +ONLY_FOR_PLATFORM+= NetBSD-1.6*-* NetBSD-[2-9]*-* USE_BUILDLINK3= yes USE_X11= yes |