diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-21 21:03:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-21 21:03:44 +0000 |
commit | 134c59094727e854428c208859b53c8bbc82e28d (patch) | |
tree | 227a4db347a4c75162b8912f550f55c8ffb6f92a /x11/xterm | |
parent | 59d9dce1c664407f3b54f8ef739d47f508b84fd2 (diff) | |
download | ports-134c59094727e854428c208859b53c8bbc82e28d.tar.gz ports-134c59094727e854428c208859b53c8bbc82e28d.zip |
Notes
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 8ef6bb46ffeb..93029d1c393f 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 269 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ \ @@ -28,6 +29,8 @@ OPTIONS= WIDE_CHARS "enable wide-character support" on \ 256_COLOR "enable 256-color support" off \ DEC_LOCATOR "enable DECterm Locator support" off +.include <bsd.port.options.mk> + .if !defined(WITHOUT_WIDE_CHARS) CONFIGURE_ARGS+= --enable-wide-chars --enable-luit .endif |