diff options
author | agc <agc@pkgsrc.org> | 2001-12-30 20:19:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-30 20:19:56 +0000 |
commit | 4c1088d14b40326b8cfa455ba49e57f99497772f (patch) | |
tree | 528d050a18ee974f2b0db9f2522f1cd460b826ea /x11/mlterm | |
parent | fed1ca287df6483100205651bcfa6b10dc9851e7 (diff) | |
download | pkgsrc-4c1088d14b40326b8cfa455ba49e57f99497772f.tar.gz |
Mark this package as only available on NetBSD with 1.5T or later.
Fixes a problem which arose on a 1.5.2 bulk build.
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 5a5da8cf13e..ff82e4c0643 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/21 11:33:28 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/30 20:19:56 agc Exp $ DISTNAME= mlterm-2.0.0 CATEGORIES= x11 @@ -8,6 +8,9 @@ MAINTAINER= uebayasi@soum.co.jp HOMEPAGE= http://mlterm.sourceforge.net/ COMMENT= Multingual 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]-* + USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes |