diff options
author | asami <asami@FreeBSD.org> | 1998-08-13 06:31:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-13 06:31:33 +0800 |
commit | 687f0f82303af4b7b5a56770c11e1275b095fdfb (patch) | |
tree | da59bb627d452925360c11d438d2aa603912b31a | |
parent | d32dbe3320714a0a3aa81ae0b08830200a4bd1d1 (diff) | |
download | freebsd-ports-gnome-687f0f82303af4b7b5a56770c11e1275b095fdfb.tar.gz freebsd-ports-gnome-687f0f82303af4b7b5a56770c11e1275b095fdfb.tar.zst freebsd-ports-gnome-687f0f82303af4b7b5a56770c11e1275b095fdfb.zip |
Add gtk11, now that it's a "real" port.
-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 4995015431f8..584b00e25189 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/07 22:08:20 asami Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:08:38 asami Exp $ # SUBDIR += FWF @@ -6,6 +6,7 @@ SUBDIR += auis SUBDIR += blt SUBDIR += gtk + SUBDIR += gtk11 SUBDIR += iv SUBDIR += lesstif SUBDIR += neXtaw |