diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 04:54:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 04:54:41 +0000 |
commit | a64848d9843ee5ac65e8ac4a95180a402f5961e5 (patch) | |
tree | 9067a6cbfaa9ca16aea9433e7472165fb17646a9 /games/xshisen/Makefile | |
parent | 55706aaf42bfb6ad8da72095cc4d1e3dbd1f860e (diff) | |
download | FreeBSD-ports-a64848d9843ee5ac65e8ac4a95180a402f5961e5.zip FreeBSD-ports-a64848d9843ee5ac65e8ac4a95180a402f5961e5.tar.gz |
On second thought, merely comment it out. I'd hate to lose track
of these things.
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r-- | games/xshisen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 637dac7..67476a3 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Oct 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/01/03 09:37:51 obrien Exp $ +# $Id: Makefile,v 1.5 1997/03/06 04:05:01 asami Exp $ # DISTNAME= xshisen-1.35 @@ -15,6 +15,8 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +# runs fine on ssh connection +#IS_INTERACTIVE= YES # Has to create an app-defaults file USE_X11= YES GNU_CONFIGURE= YES #CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis |