diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-22 10:35:13 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-22 10:35:13 +0000 |
commit | 315e03beaadc987388a7f191ebac618dae71ca74 (patch) | |
tree | a8560be2c321c3fa3ae93113689fab01e40e972e /lang | |
parent | 4369aab67b58c73adc1c2e4ab4a001dee51222cc (diff) |
Add missing port to INDEX:
- games/pathological
- lang/gcc34
- net/ruby-romp
- sysutils/prune
sort.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=94703
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index eedc75c9d17a..f58c210ae413 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -62,12 +62,13 @@ SUBDIR += gcc31 SUBDIR += gcc32 SUBDIR += gcc33 + SUBDIR += gcc34 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth SUBDIR += ghc - SUBDIR += ghc6 SUBDIR += ghc-doc + SUBDIR += ghc6 SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html |