aboutsummaryrefslogtreecommitdiff
path: root/x11/xterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r--x11/xterm/Makefile3
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