diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-08 22:11:29 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-08 22:11:29 +0000 |
commit | ca4a7f2e40459967a2543146b92d5f6efcc2193d (patch) | |
tree | 84a5ed4107697eefc1bbcbf4650046e1064c3be0 /lang | |
parent | 9b2f64d7769515d85770f1693959a5e4664c94e3 (diff) | |
download | ports-ca4a7f2e40459967a2543146b92d5f6efcc2193d.tar.gz ports-ca4a7f2e40459967a2543146b92d5f6efcc2193d.zip |
Notes
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 cdecf183d601..4be7ddd12b8b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 1995/06/21 10:47:38 asami Exp $ +# $Id: Makefile,v 1.34 1995/07/05 14:08:49 jmz Exp $ # # BROKEN: expect (no package file yet) # BROKEN: gnat (not really broken, just requires existing gnat compiler) @@ -19,6 +19,7 @@ SUBDIR += p2c SUBDIR += pTk SUBDIR += perl5 + SUBDIR += python SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm |