diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2019-07-24 17:05:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2019-07-24 17:05:51 +0800 |
commit | a5b9c5a1df162b56dc5357bc60d1dd7248bbddf4 (patch) | |
tree | d6a5a958e3c397e83e04d74d88c2acda74bd4f69 /x11/xterm/Makefile | |
parent | 5c29a489394dbedaed3c9e194a451c6662484ded (diff) | |
download | freebsd-ports-gnome-a5b9c5a1df162b56dc5357bc60d1dd7248bbddf4.tar.gz freebsd-ports-gnome-a5b9c5a1df162b56dc5357bc60d1dd7248bbddf4.tar.zst freebsd-ports-gnome-a5b9c5a1df162b56dc5357bc60d1dd7248bbddf4.zip |
Update to 348
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 36cb4b3922fa..be151eec7223 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 347 +PORTVERSION= 348 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ @@ -17,7 +17,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe ncurses tar:tgz -USE_XORG= xft xmu xt x11 xpm ice +USE_XORG= xft xmu xt x11 xext xpm ice GNU_CONFIGURE= yes |