diff options
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 0a6ae903375..b46bb8c918e 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/01/30 21:26:37 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2008/07/14 12:56:19 joerg Exp $ DISTNAME= mlterm-2.9.3 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org,hira@NetBSD.org HOMEPAGE= http://mlterm.sourceforge.net/ COMMENT= Multilingual terminal emulator +PKG_DESTDIR_SUPPORT= user-destdir + # 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]-* |