diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 18:38:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 18:38:01 +0000 |
commit | 55dec24dc9f5df2eb75ea67d831f34d1b9af4c55 (patch) | |
tree | 01014ac6c338c9cb1e65f2f3d3e28e198b911f8c /x11/wterm/Makefile | |
parent | 3f30a66803d196d46a824c1a112e0c21980ea994 (diff) | |
download | ports-55dec24dc9f5df2eb75ea67d831f34d1b9af4c55.tar.gz ports-55dec24dc9f5df2eb75ea67d831f34d1b9af4c55.zip |
Notes
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 5c5ebf064781..9377da469c35 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -9,7 +9,7 @@ PORTNAME= wterm PORTVERSION= 6.2.9 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://largo.windowmaker.org/files/ +MASTER_SITES= http://largo.windowmaker.org/files/ MAINTAINER= adam-ports@blacktabby.org COMMENT= A color vt102 terminal emulator with transparency support @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ +CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ --enable-next-scrollbar --enable-utmp --enable-wtmp \ --enable-menubar --enable-graphics |