diff options
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index be151eec7223..c8d648ba95e7 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 348 +PORTVERSION= 349 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ @@ -16,7 +16,7 @@ COMMENT= Terminal emulator for the X Window System LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe ncurses tar:tgz +USES= cpe ncurses tar:tgz xorg USE_XORG= xft xmu xt x11 xext xpm ice GNU_CONFIGURE= yes |