diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 14:04:06 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 14:04:06 +0800 |
commit | e138f15f96f39138480e95b786a9e92da8230517 (patch) | |
tree | a63b7d8587a9ea5d090be04a53821bbfb01b80d3 /lang/Makefile | |
parent | d3124d07cd8f311591d6a8eae6bdaf42add74250 (diff) | |
download | freebsd-ports-gnome-e138f15f96f39138480e95b786a9e92da8230517.tar.gz freebsd-ports-gnome-e138f15f96f39138480e95b786a9e92da8230517.tar.zst freebsd-ports-gnome-e138f15f96f39138480e95b786a9e92da8230517.zip |
Added perl5.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 522372d537ea..d071b35d9a74 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.23 1995/03/30 07:52:39 jmacd Exp $ +# $Id: Makefile,v 1.24 1995/04/06 08:55:31 jkh Exp $ #Broken - expect -SUBDIR= Gofer STk Sather forth gcl icon logo mit-scheme p2c \ +SUBDIR= Gofer STk Sather forth gcl icon logo mit-scheme p2c perl5 \ scheme48 schemetoc scm smalltalk tcl tclX .include <bsd.port.subdir.mk> |