- Fix depend object after recent jython update
Reported by: pointyhat
This commit is contained in:
parent
feda86c5d4
commit
8ca6968b7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198721
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= venice
|
||||
PORTVERSION= 0.5.1.a
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.51alpha
|
||||
CATEGORIES= finance java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -45,7 +45,7 @@ PORTDOCS= \
|
|||
.endif
|
||||
|
||||
# jython
|
||||
JYTHON_PREFIX= ${LOCALBASE}/jython21
|
||||
JYTHON_PREFIX= ${LOCALBASE}/jython22
|
||||
JYTHON_JAR= ${JYTHON_PREFIX}/jython.jar
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue