diff options
author | asami <asami@FreeBSD.org> | 1999-01-26 01:48:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-26 01:48:11 +0000 |
commit | a3cf5780cca3dec996b32b27039048d07245faa6 (patch) | |
tree | f6961dcdd0ca8a7c9f3d472a7d2ae900e2a55321 /x11-toolkits | |
parent | 505386c7e024ea86f57aeeb0b26cc2c497916ea9 (diff) | |
download | FreeBSD-ports-a3cf5780cca3dec996b32b27039048d07245faa6.zip FreeBSD-ports-a3cf5780cca3dec996b32b27039048d07245faa6.tar.gz |
Add gtk10. Apparently nobody working on the gtk -> gtk10 cleanup
(including myself) thought about adding the new one.
Diffstat (limited to 'x11-toolkits')
-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 28530d5..8c1a5e2 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1999/01/07 10:58:29 asami Exp $ +# $Id: Makefile,v 1.18 1999/01/25 07:35:17 asami Exp $ # SUBDIR += FWF @@ -8,6 +8,7 @@ SUBDIR += blt SUBDIR += gtk-- SUBDIR += gtk-engines + SUBDIR += gtk10 SUBDIR += gtk11 SUBDIR += gtk11-devel SUBDIR += gtkgl |