diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 09:45:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 09:45:18 +0800 |
commit | 508532891d00379faa2788b980b6e2a68e15030a (patch) | |
tree | e475a6ad9c100cac2661c7b60839d0cb23a3e17a | |
parent | ae683af4085ff1d5b0e3c60735cf58f33214de4e (diff) | |
download | freebsd-ports-graphics-508532891d00379faa2788b980b6e2a68e15030a.tar.gz freebsd-ports-graphics-508532891d00379faa2788b980b6e2a68e15030a.tar.zst freebsd-ports-graphics-508532891d00379faa2788b980b6e2a68e15030a.zip |
Activate the wterm port.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index dd06b9d16d2..fc941566c7e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.253 1999/01/26 03:27:32 steve Exp $ +# $Id: Makefile,v 1.254 1999/03/19 22:30:35 asami Exp $ # SUBDIR += 9term @@ -70,6 +70,7 @@ SUBDIR += tkgoodstuff SUBDIR += tycoon SUBDIR += wdm + SUBDIR += wterm SUBDIR += x3270 SUBDIR += xaniroc SUBDIR += xantfarm |