diff options
author | max <max@FreeBSD.org> | 1996-10-05 20:19:19 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-05 20:19:19 +0000 |
commit | 69f5da2a6cb28de9fc2be94602612e1e7b82c705 (patch) | |
tree | 5b7eaf1e02649d01a13cbfeddfee957081e5ae5b /lang/Makefile | |
parent | 43039e5692c98db30a4124985b05663b288eba2c (diff) | |
download | FreeBSD-ports-69f5da2a6cb28de9fc2be94602612e1e7b82c705.zip FreeBSD-ports-69f5da2a6cb28de9fc2be94602612e1e7b82c705.tar.gz |
Fixed typo and activated msqlperl properly.
Closes PR ports/1728.
(But I don't know how to actually change the state of PR.
Could someone do this for me? Or tell me how?)
Submitted by: shanee@rabbit.augusta.de
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 c9a0595..29bec5f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.51 1996/09/23 15:55:44 jfitz Exp $ +# $Id: Makefile,v 1.52 1996/09/30 11:10:33 jfitz Exp $ # SUBDIR += Gofer @@ -19,7 +19,7 @@ SUBDIR += mit-scheme SUBDIR += modula-3 SUBDIR += moscow_ml - SUBDIR =+ msqlperl + SUBDIR += msqlperl SUBDIR += p2c SUBDIR += pTk SUBDIR += pbasic |