diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-07 10:09:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-07 10:09:38 +0000 |
commit | a60c8e197d503bc0c1df5a0e8c2f80e980ffb0b7 (patch) | |
tree | 630a8e53c6080e9b682c88c291c9dfa60b022220 | |
parent | 90dc44709f5bab6717d0b0f40cc6e34d8ab613f8 (diff) | |
download | freebsd-ports-a60c8e197d503bc0c1df5a0e8c2f80e980ffb0b7.zip |
Add expect to SUBDIR, it builds and packages now!
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 99674033a907..ab4edc99f892 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.42 1996/01/31 09:14:31 asami Exp $ +# $Id: Makefile,v 1.43 1996/02/07 06:20:54 jkh Exp $ # SUBDIR += Gofer @@ -7,7 +7,7 @@ SUBDIR += bwbasic SUBDIR += eiffel SUBDIR += elk - BROKEN += expect # no package files yet + SUBDIR += expect SUBDIR += forth SUBDIR += g77 SUBDIR += gcl |