diff options
author | asami <asami@FreeBSD.org> | 1996-03-07 09:53:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-07 09:53:59 +0800 |
commit | 2ace0627c556e4afcbc7ae7573d937dd208d682d (patch) | |
tree | e372735e1665c1c958185e63c6be05cad3e05bee | |
parent | 8d088b888dc5419dbd34de3c5d05eb5ef4275ada (diff) | |
download | freebsd-ports-gnome-2ace0627c556e4afcbc7ae7573d937dd208d682d.tar.gz freebsd-ports-gnome-2ace0627c556e4afcbc7ae7573d937dd208d682d.tar.zst freebsd-ports-gnome-2ace0627c556e4afcbc7ae7573d937dd208d682d.zip |
Add tk41 and tkxpm. Guys, don't forget that easy-import won't do
this for you!
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index d2fe2a2bf69d..d2a3e555fee3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1995/10/05 12:35:26 asami Exp $ +# $Id: Makefile,v 1.80 1996/01/17 05:01:53 asami Exp $ # SUBDIR += FWF @@ -18,6 +18,8 @@ SUBDIR += sxpc SUBDIR += tk SUBDIR += tk4 + SUBDIR += tk41 + SUBDIR += tkxpm SUBDIR += tvtwm SUBDIR += viewfax SUBDIR += x3270 |