diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-03 19:35:59 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-03 19:35:59 +0000 |
commit | 34e8b37d4d097cc5e8739588376ae0ddda91cea4 (patch) | |
tree | b88b4745a8d1f15a6a98ddc7e29108a5618f41b7 /lang/Makefile | |
parent | ac5b9679a199967e769acc31126412ad41573ee5 (diff) | |
download | ports-34e8b37d4d097cc5e8739588376ae0ddda91cea4.tar.gz ports-34e8b37d4d097cc5e8739588376ae0ddda91cea4.zip |
tada ... eperl is now enabled in the ports lang section
Notes
Notes:
svn path=/head/; revision=6391
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 bc9241c46f44..200e15630e21 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 |