diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:28:42 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:28:42 +0800 |
commit | 4ca31976285b234ce3fc59ed9797372e4a2548fe (patch) | |
tree | 3b87f67f2360f36ce63df7a2cf96b8d1052f2c62 /lang | |
parent | d6ffb6a13b21f671019895bb5c6c72cfea95c095 (diff) | |
download | freebsd-ports-gnome-4ca31976285b234ce3fc59ed9797372e4a2548fe.tar.gz freebsd-ports-gnome-4ca31976285b234ce3fc59ed9797372e4a2548fe.tar.zst freebsd-ports-gnome-4ca31976285b234ce3fc59ed9797372e4a2548fe.zip |
Activate lua.
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 3251be1e90d4..c13aca09ef63 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.139 1999/06/23 15:26:13 kuriyama Exp $ +# $Id: Makefile,v 1.140 1999/06/28 01:46:09 billf Exp $ # SUBDIR += ETHOberonV4 @@ -42,6 +42,7 @@ SUBDIR += lcc SUBDIR += libobjects SUBDIR += logo + SUBDIR += lua SUBDIR += m3gdb SUBDIR += mawk SUBDIR += mit-scheme |