diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 01:31:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 01:31:19 +0000 |
commit | 538870682e377606b8081f16f996a213e1adf25d (patch) | |
tree | de6960049a43aef8de38b1126c8c423029008df6 /japanese/gn-gnspool | |
parent | 5c9d7097dbbea8e32bf1caae8346075f834c03c1 (diff) | |
download | freebsd-ports-538870682e377606b8081f16f996a213e1adf25d.zip |
The configure script sometimes goes into an infinite loop, spewing out
===
^GBINDIR = directory of binaries?
y does not exist
^GBINDIR = directory of binaries?
y does not exist
^GBINDIR = directory of binaries?
y does not exist
^GBINDIR = directory of binaries?
y does not exist
===
forever.
Diffstat (limited to 'japanese/gn-gnspool')
-rw-r--r-- | japanese/gn-gnspool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile index 95dcb076b4a1..ccc813782f43 100644 --- a/japanese/gn-gnspool/Makefile +++ b/japanese/gn-gnspool/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Feb. 1997 # Whom: Kiroh HARADA <kiroh@kh.rim.or.jp> # -# $Id: Makefile,v 1.3 1998/03/21 01:49:56 itojun Exp $ +# $Id: Makefile,v 1.4 1998/06/04 14:47:24 kuriyama Exp $ # DISTNAME= gn-1.36 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/misc/gn/ MAINTAINER= kiroh@kh.rim.or.jp +BROKEN= infinite loop + WRKSRC= ${WRKDIR}/gn-1.36/src pre-configure: |