diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-26 17:42:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-26 17:42:48 +0800 |
commit | 268d3d93dbf3e63ef11c111aee80ac85d51c20e6 (patch) | |
tree | b0049c7900dc184f7198cae6b1b60fb722205c30 | |
parent | b16558271dd6dd9b3b879c9898e270dfd6a36bc4 (diff) | |
download | freebsd-ports-gnome-268d3d93dbf3e63ef11c111aee80ac85d51c20e6.tar.gz freebsd-ports-gnome-268d3d93dbf3e63ef11c111aee80ac85d51c20e6.tar.zst freebsd-ports-gnome-268d3d93dbf3e63ef11c111aee80ac85d51c20e6.zip |
turn on bc-gcc
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3cf359d57c39..a5415d54b5a9 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.107 1998/07/28 06:47:27 jkoshy Exp $ +# $Id: Makefile,v 1.108 1998/08/25 14:24:07 vanilla Exp $ # SUBDIR += ETHOberonV4 @@ -7,6 +7,7 @@ SUBDIR += Sather SUBDIR += TenDRA SUBDIR += atlast + SUBDIR += bc-gcc SUBDIR += bwbasic SUBDIR += caml-light SUBDIR += cim |