diff options
author | obrien <obrien@FreeBSD.org> | 1999-04-25 06:51:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-04-25 06:51:09 +0800 |
commit | 2d290e17cd1585192b55ffc1d3d92311fc48339c (patch) | |
tree | 40d7a2f7c33c750801e5e0365f2ee5a1a5a2258b /lang/Makefile | |
parent | 17f6ce9a63753e30fb9cbac6ca589583dca705e3 (diff) | |
download | freebsd-ports-graphics-2d290e17cd1585192b55ffc1d3d92311fc48339c.tar.gz freebsd-ports-graphics-2d290e17cd1585192b55ffc1d3d92311fc48339c.tar.zst freebsd-ports-graphics-2d290e17cd1585192b55ffc1d3d92311fc48339c.zip |
add f2c & f77
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 747ec7436e7..26834e4daae 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.128 1999/04/21 05:56:24 nectar Exp $ +# $Id: Makefile,v 1.129 1999/04/21 07:49:39 obrien Exp $ # SUBDIR += ETHOberonV4 @@ -22,6 +22,8 @@ SUBDIR += eperl SUBDIR += erlang SUBDIR += expect + SUBDIR += f2c + SUBDIR += f77 SUBDIR += forth SUBDIR += g77 SUBDIR += gawk |