diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-13 19:16:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-13 19:16:41 +0000 |
commit | a2869786ea248da83670e124ceb62d5694e70091 (patch) | |
tree | 53a213dbc3f1fcf4ab70420eed5e7b9415863ed6 /games/jin | |
parent | 49f4a92a64755eba46c09df1ab5362a3791642ba (diff) | |
download | pkgsrc-a2869786ea248da83670e124ceb62d5694e70091.tar.gz |
Mark it as needing java.
Diffstat (limited to 'games/jin')
-rw-r--r-- | games/jin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/jin/Makefile b/games/jin/Makefile index 812f2f21937..fdea14dfad0 100644 --- a/games/jin/Makefile +++ b/games/jin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/13 18:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/13 19:16:41 wiz Exp $ DISTNAME= jin-2.14.1-unix PKGNAME= ${DISTNAME:S/-unix//} @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= # none USE_TOOLS+= pax +USE_JAVA= run +USE_JAVA2= yes INSTALLATION_DIRS= bin do-build: |