diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 06:09:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 06:09:02 +0000 |
commit | 9d9878ff7fc6081156046e578a3391b43509a25c (patch) | |
tree | d88eafe3aeef8a64073dc427d0de4fd054a62a27 | |
parent | 750640c350c47bc30fe105949c9443c9f271060a (diff) | |
download | freebsd-ports-9d9878ff7fc6081156046e578a3391b43509a25c.zip |
Activate gtkql.
PR: ports/7594
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 066d17c43341..2980370ba7ba 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/08/12 22:31:33 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/14 22:46:54 asami Exp $ # SUBDIR += FWF @@ -7,6 +7,7 @@ SUBDIR += blt SUBDIR += gtk SUBDIR += gtk11 + SUBDIR += gtkql SUBDIR += iv SUBDIR += lesstif SUBDIR += neXtaw |