diff options
author | lioux <lioux@FreeBSD.org> | 2008-11-29 17:12:45 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2008-11-29 17:12:45 +0800 |
commit | 48f1856e26b061780da2bdbfd92bb61c43581001 (patch) | |
tree | 067c0bd2095fccb749d786876f8e9017362765ab /finance | |
parent | ea5f0e2650ef815f7d96eb09c835be152d9d6192 (diff) | |
download | freebsd-ports-gnome-48f1856e26b061780da2bdbfd92bb61c43581001.tar.gz freebsd-ports-gnome-48f1856e26b061780da2bdbfd92bb61c43581001.tar.zst freebsd-ports-gnome-48f1856e26b061780da2bdbfd92bb61c43581001.zip |
o Make sure a java run time is listed as a run dependency
o Bump PORTREVISION
PR: 122857
Submitted by: jpd@dsb.tudelft.nl
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 |