diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-11-04 20:59:50 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-11-04 20:59:50 +0800 |
commit | 222994e9cd7d2a1ed82b0e51a0fc86b86b887d92 (patch) | |
tree | b0e2e2c71e2956b88521d329bd9390fc8b639242 /games | |
parent | 42430a3b2a44a54f185221e1caf52f441eef0488 (diff) | |
download | freebsd-ports-gnome-222994e9cd7d2a1ed82b0e51a0fc86b86b887d92.tar.gz freebsd-ports-gnome-222994e9cd7d2a1ed82b0e51a0fc86b86b887d92.tar.zst freebsd-ports-gnome-222994e9cd7d2a1ed82b0e51a0fc86b86b887d92.zip |
Add IS_INTERACTIVE
Fix placement of USE_X11
Submitted by: asami@freebsd.org
Diffstat (limited to 'games')
-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: |