diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-06 00:22:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-06 00:22:10 +0800 |
commit | 3e4c23210d7a24b0c56df7ff07897426885479e5 (patch) | |
tree | 1fde16175b4f72ff2f4410706a06a266be7e344c /lang | |
parent | 11056df106b0dd18aed9ee775421e7ff44ce7d2b (diff) | |
download | freebsd-ports-gnome-3e4c23210d7a24b0c56df7ff07897426885479e5.tar.gz freebsd-ports-gnome-3e4c23210d7a24b0c56df7ff07897426885479e5.tar.zst freebsd-ports-gnome-3e4c23210d7a24b0c56df7ff07897426885479e5.zip |
"egcs-devel" --> "gcc-devel"
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2f4cf6cb6809..0c175603258e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.141 1999/07/06 01:28:42 cpiazza Exp $ +# $Id: Makefile,v 1.142 1999/07/13 02:56:58 cpiazza Exp $ # SUBDIR += ETHOberonV4 @@ -14,7 +14,6 @@ SUBDIR += cmucl SUBDIR += dylan SUBDIR += egcs - SUBDIR += egcs-devel SUBDIR += eiffel SUBDIR += elisp-manual SUBDIR += elk @@ -26,6 +25,7 @@ SUBDIR += f77 SUBDIR += forth SUBDIR += gawk + SUBDIR += gcc-devel SUBDIR += gcc28 SUBDIR += gcl SUBDIR += glibstdc++28 |