diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-24 16:05:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-24 16:05:17 +0000 |
commit | 3f6a14b8696883ecf8ad811408965690d003b58b (patch) | |
tree | b333bb36d9768d1cada3c7a84a1e20771b61461a /x11-toolkits/Makefile | |
parent | 07390593853759547b543f09f93eb68584964b74 (diff) | |
download | ports-3f6a14b8696883ecf8ad811408965690d003b58b.tar.gz ports-3f6a14b8696883ecf8ad811408965690d003b58b.zip |
Add libzvt, the API for Zed's Virtual Terminal, the first of many components
of the GNOME 2.0 Desktop.
Reviewed by: sobomax
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=58065
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 34a658aee063..476e9110a0d8 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -66,6 +66,7 @@ SUBDIR += libjsearch SUBDIR += libjtoolbar SUBDIR += libjtree + SUBDIR += libzvt SUBDIR += linux-gtk SUBDIR += linux-openmotif SUBDIR += mowitz |