diff options
author | wiz <wiz> | 2014-08-13 19:16:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-13 19:16:41 +0000 |
commit | b7f67a838233d0f992c31ce650315fa841229bba (patch) | |
tree | 53a213dbc3f1fcf4ab70420eed5e7b9415863ed6 /games | |
parent | e3a732dd6d6ded6ec4d8a8263c1e3d3e76a828db (diff) | |
download | pkgsrc-b7f67a838233d0f992c31ce650315fa841229bba.tar.gz |
Mark it as needing java.
Diffstat (limited to 'games')
-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: |