diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-24 04:47:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-24 04:47:39 +0000 |
commit | 8ac9914c2338ac9a1755b1a058279fc5a1e0ccca (patch) | |
tree | cef29189c93668d3fbe03d2805d55fdb23e5b8a3 /editors | |
parent | 35b08f05b5737fc662241cbfe7699c84dd65e8ed (diff) | |
download | pkgsrc-8ac9914c2338ac9a1755b1a058279fc5a1e0ccca.tar.gz |
Use Java when build
Diffstat (limited to 'editors')
-rw-r--r-- | editors/OmegaT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/OmegaT/Makefile b/editors/OmegaT/Makefile index ae221aabbfe..8aba2258d5a 100644 --- a/editors/OmegaT/Makefile +++ b/editors/OmegaT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/10/09 15:42:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2013/11/24 04:47:39 ryoon Exp $ # DISTNAME= OmegaT_3.0.5_Beta_Source @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR} USE_LANGUAGES= # none -USE_JAVA= run +USE_JAVA= yes USE_JAVA2= yes BUILD_DEPENDS+= apache-ant-[0-9]*:../../devel/apache-ant |