diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:54:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:54:41 +0000 |
commit | 14bb6a412e12adef67e2b3aa7be645f11316640c (patch) | |
tree | 1de80a42751ca34ef1519999b59c1f841a52f5a6 /games | |
parent | Comment out IS_INTERACTIVE, only needs to connect to run xrdb. (diff) |
On second thought, merely comment it out. I'd hate to lose track
of these things.
Notes
Notes:
svn path=/head/; revision=5870
Diffstat (limited to 'games')
-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 637dac7f4d7a..67476a394162 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 |