svn commit: r512343 - head/net/tightvnc

Tobias Kortkamp tobik at FreeBSD.org
Thu Sep 19 14:17:43 UTC 2019


Author: tobik
Date: Thu Sep 19 14:17:43 2019
New Revision: 512343
URL: https://svnweb.freebsd.org/changeset/ports/512343

Log:
  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.

Modified:
  head/net/tightvnc/Makefile

Modified: head/net/tightvnc/Makefile
==============================================================================
--- head/net/tightvnc/Makefile	Thu Sep 19 14:11:04 2019	(r512342)
+++ head/net/tightvnc/Makefile	Thu Sep 19 14:17:43 2019	(r512343)
@@ -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}


More information about the svn-ports-head mailing list