diff options
author | asami <asami@FreeBSD.org> | 1999-01-26 09:48:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-26 09:48:11 +0800 |
commit | a3cf5780cca3dec996b32b27039048d07245faa6 (patch) | |
tree | f6961dcdd0ca8a7c9f3d472a7d2ae900e2a55321 | |
parent | 505386c7e024ea86f57aeeb0b26cc2c497916ea9 (diff) | |
download | freebsd-ports-gnome-a3cf5780cca3dec996b32b27039048d07245faa6.tar.gz freebsd-ports-gnome-a3cf5780cca3dec996b32b27039048d07245faa6.tar.zst freebsd-ports-gnome-a3cf5780cca3dec996b32b27039048d07245faa6.zip |
Add gtk10. Apparently nobody working on the gtk -> gtk10 cleanup
(including myself) thought about adding the new one.
-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 28530d5452dd..8c1a5e2110d8 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 |