mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512343
@ -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…
Reference in New Issue
Block a user