diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-29 09:12:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-29 09:12:45 +0000 |
commit | e5b727d5b2b98e404fea42ef585fe4a3de0b4dfc (patch) | |
tree | 4e7585ee7905e7142dfc986b8bd4f088491c791e /finance | |
parent | o Fix build on port's cluster: JAVA_VERSION has to be 1.5+ rather (diff) |
o Make sure a java run time is listed as a run dependency
o Bump PORTREVISION
PR: 122857
Submitted by: jpd@dsb.tudelft.nl
Notes
Notes:
svn path=/head/; revision=223525
Diffstat (limited to 'finance')
-rw-r--r-- | finance/venice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/venice/Makefile b/finance/venice/Makefile index 75812cc65afc..b6f01ef938f2 100644 --- a/finance/venice/Makefile +++ b/finance/venice/Makefile @@ -7,7 +7,7 @@ PORTNAME= venice PORTVERSION= 0.5.1.a -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSION= 0.51alpha CATEGORIES= finance java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${JYTHON_PREFIX}/jython.jar:${PORTSDIR}/lang/jython USE_JAVA= yes JAVA_EXTRACT= yes +JAVA_RUN= yes JAVA_VERSION= 1.4+ USE_ANT= yes ALL_TARGET= build jar |