diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 12:05:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 12:05:01 +0800 |
commit | 283e2fbdcb17496fb355b44a1215f899008ef62e (patch) | |
tree | a449b61455e9b8db9b88c664a9a04ceed75b7054 /games/xshisen/Makefile | |
parent | 3504a6980893fcbf452d62728177110a263147d7 (diff) | |
download | freebsd-ports-graphics-283e2fbdcb17496fb355b44a1215f899008ef62e.tar.gz freebsd-ports-graphics-283e2fbdcb17496fb355b44a1215f899008ef62e.tar.zst freebsd-ports-graphics-283e2fbdcb17496fb355b44a1215f899008ef62e.zip |
Remove IS_INTERACTIVE, it can operate under a ssh connection. (There
are other ports that does this.)
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r-- | games/xshisen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 97009436ea5..637dac7f4d7 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.3 1996/11/18 11:27:14 asami Exp $ +# $Id: Makefile,v 1.4 1997/01/03 09:37:51 obrien Exp $ # DISTNAME= xshisen-1.35 @@ -15,7 +15,6 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -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 |