diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-09 06:11:29 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-09 06:11:29 +0800 |
commit | 70214a468a4918c841b8963885dbd8328956b72c (patch) | |
tree | 370a51e2769c0ea6c40e70930c2bf4e84ceed1af /lang/Makefile | |
parent | 1857f68702c618e8507745329bf7909dbeccff5c (diff) | |
download | freebsd-ports-gnome-70214a468a4918c841b8963885dbd8328956b72c.tar.gz freebsd-ports-gnome-70214a468a4918c841b8963885dbd8328956b72c.tar.zst freebsd-ports-gnome-70214a468a4918c841b8963885dbd8328956b72c.zip |
Add python.
Diffstat (limited to 'lang/Makefile')
-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 |