diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-11-04 12:59:50 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-11-04 12:59:50 +0000 |
commit | f6a68e27d5f3e24917b138342b90f69c591f1dc4 (patch) | |
tree | 344b0d1b8240a1cdf25f3f8c3e10ccbac750aed3 /games/xshisen | |
parent | 9e6b85ce8d7dff99e77ce44d19d3ea522e134402 (diff) | |
download | ports-f6a68e27d5f3e24917b138342b90f69c591f1dc4.tar.gz ports-f6a68e27d5f3e24917b138342b90f69c591f1dc4.zip |
Notes
Diffstat (limited to 'games/xshisen')
-rw-r--r-- | games/xshisen/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 03132f60941e..eb7e2573a374 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$ +# $Id: Makefile,v 1.1.1.1 1996/11/03 21:11:08 jfitz Exp $ # DISTNAME= xshisen-1.35 @@ -13,9 +13,10 @@ MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -USE_X11= yes -GNU_CONFIGURE= yes +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 post-install: |