diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-31 00:22:38 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-31 00:22:38 +0000 |
commit | 2b6afcaaf922e743b0cf36e8ee758ac4d19c1a5f (patch) | |
tree | 6afb34e5051c7c42f4f4cf7db57c606d47450dc0 /x11/Makefile | |
parent | New port, the 'qt' gui library. (diff) |
Add new ports/x11 port 'qt'
Submitted by: Michael Searle
Notes
Notes:
svn path=/head/; revision=3467
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7e998e4cc027..ef327f0bd7a4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.87 1996/07/23 07:36:59 asami Exp $ +# $Id: Makefile,v 1.88 1996/07/25 19:04:42 asami Exp $ # SUBDIR += FWF @@ -17,6 +17,7 @@ SUBDIR += iv SUBDIR += olvwm SUBDIR += piewm + SUBDIR += qt SUBDIR += rxvt SUBDIR += specJava SUBDIR += sxpc |