diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-03 19:35:59 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-03 19:35:59 +0000 |
commit | 89820fae8fe543480c663a059ffe3d14b341fc00 (patch) | |
tree | 71f80fd7e2aec07fa56cb959939a851c38e075c4 /lang/Makefile | |
parent | 7528d5abf311d94f3d37b2219b53cdc0666de327 (diff) | |
download | FreeBSD-ports-89820fae8fe543480c663a059ffe3d14b341fc00.zip FreeBSD-ports-89820fae8fe543480c663a059ffe3d14b341fc00.tar.gz |
tada ... eperl is now enabled in the ports lang section
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 bc9241c..200e156 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.67 1997/03/06 23:10:51 asami Exp $ +# $Id: Makefile,v 1.68 1997/03/12 09:20:36 asami Exp $ # SUBDIR += Gofer @@ -8,6 +8,7 @@ SUBDIR += cim SUBDIR += eiffel SUBDIR += elk + SUBDIR += eperl SUBDIR += expect SUBDIR += forth SUBDIR += g77 |