diff options
author | lioux <lioux@FreeBSD.org> | 2005-05-11 10:59:41 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-05-11 10:59:41 +0800 |
commit | c1a36d9fd707f65f13c85a9400586038e4a2ddd1 (patch) | |
tree | 9a546ea70f4ac7289c2e3dd3848f9733859b88ef /finance/venice | |
parent | ba77009c9a033ec99f7661740490de41217523dd (diff) | |
download | freebsd-ports-gnome-c1a36d9fd707f65f13c85a9400586038e4a2ddd1.tar.gz freebsd-ports-gnome-c1a36d9fd707f65f13c85a9400586038e4a2ddd1.tar.zst freebsd-ports-gnome-c1a36d9fd707f65f13c85a9400586038e4a2ddd1.zip |
Add JAVA_EXTRACT option that makes sure that java is available at
EXTRACT_DEPENDS. This fixes the post-extract target which requires
jar
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'finance/venice')
-rw-r--r-- | finance/venice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/venice/Makefile b/finance/venice/Makefile index c3a9e6b822ab..20498f283d91 100644 --- a/finance/venice/Makefile +++ b/finance/venice/Makefile @@ -19,6 +19,7 @@ COMMENT= Merchant Of Venice, a stock market trading program BUILD_DEPENDS= ${JYTHON_PREFIX}/jython.jar:${PORTSDIR}/lang/jython USE_JAVA= yes +JAVA_EXTRACT= yes JAVA_VERSION= 1.4+ USE_ANT= yes ALL_TARGET= build jar |