forked from Lainports/freebsd-ports
net/tightvnc: Fix JVNC_VIEWER option
There are no opt_JAVA_RUN or opt_USE_JAVA helpers. Broken in r496879 during conversion to options helpers.
This commit is contained in:
parent
05dae60737
commit
08398c97bb
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= tightvnc
|
||||
PORTVERSION= 1.3.10
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net java
|
||||
MASTER_SITES= SF/vnc-tight/TightVNC-unix/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_unixsrc
|
||||
|
|
@ -32,8 +32,8 @@ ALL_TARGET= World
|
|||
OPTIONS_DEFINE= JVNC_VIEWER
|
||||
OPTIONS_SUB= yes
|
||||
JVNC_VIEWER_DESC= Install Java-based vnc viewer
|
||||
JVNC_VIEWER_USE_JAVA= yes
|
||||
JVNC_VIEWER_JAVA_RUN= yes
|
||||
JVNC_VIEWER_USE= JAVA=yes
|
||||
JVNC_VIEWER_VARS= JAVA_RUN=yes
|
||||
|
||||
.ifdef(TIGHTVNC_BASE)
|
||||
PREFIX=${TIGHTVNC_BASE}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue