From 222994e9cd7d2a1ed82b0e51a0fc86b86b887d92 Mon Sep 17 00:00:00 2001 From: jfitz Date: Mon, 4 Nov 1996 12:59:50 +0000 Subject: Add IS_INTERACTIVE Fix placement of USE_X11 Submitted by: asami@freebsd.org --- games/xshisen/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/xshisen') diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 03132f6..eb7e257 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Oct 1996 # Whom: Yukihiro Nakai # -# $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: -- cgit v1.1