diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-21 13:26:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-21 13:26:01 +0000 |
commit | 1e981a0dbf8d5ccc98229da22b5050f471af7c56 (patch) | |
tree | 0f1e58aef61c8344b24368bebf2c8284ec87f667 | |
parent | 12e9a826d20099ba7e36f7d48cc7875681b9e2f9 (diff) | |
download | ports-1e981a0dbf8d5ccc98229da22b5050f471af7c56.tar.gz ports-1e981a0dbf8d5ccc98229da22b5050f471af7c56.zip |
Notes
-rw-r--r-- | japanese/expect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 659d40bd204e..77f62642322d 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Oct 1997 # Whom: taguchi # -# $Id: Makefile,v 1.7 1998/02/22 08:35:03 fenner Exp $ +# $Id: Makefile,v 1.8 1998/07/03 23:18:22 steve Exp $ # DISTNAME= expect-5.26 @@ -14,6 +14,8 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp LIB_DEPENDS= tk80jp\\.1\\.:${PORTSDIR}/japanese/tk80 +BROKEN= patch + FILESDIR= ${.CURDIR}/../../lang/expect/files GNU_CONFIGURE= yes USE_AUTOCONF= yes |