diff options
author | sakamoto <sakamoto> | 2000-09-07 03:41:55 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-09-07 03:41:55 +0000 |
commit | afc4d7a6940e639581122a0b53e5d70ad4bc0ec1 (patch) | |
tree | e5fd6cc2153f3e7cdb997a91b7de1352f829263d /japanese | |
parent | 5930e558e29739f352e1b957992989d04663b97f (diff) | |
download | pkgsrc-afc4d7a6940e639581122a0b53e5d70ad4bc0ec1.tar.gz |
add IS_INTERACTIVE=yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/king/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/king/Makefile b/japanese/king/Makefile index b25e1c901f7..4a5ef5b9a1f 100644 --- a/japanese/king/Makefile +++ b/japanese/king/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/08/31 02:35:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/07 03:41:55 sakamoto Exp $ # DISTNAME= king-1.00-tb40-1 @@ -10,6 +10,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.ibm.co.jp/software/internet/king/ +IS_INTERACTIVE= yes RESTRICTED= "A commercial licence needs to be purchased from IBM Corp" NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} |