Back-out using the nice bsd.port.options.mk because 5.5, 6.1 and 6.2 R don't

have support for it.

Submitted by:	portsnap buildbox and freshports
This commit is contained in:
Ion-Mihai Tetcu 2007-10-29 22:56:13 +00:00
parent 898492ca0a
commit 6b4c3b8b1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202366

View File

@ -36,9 +36,10 @@ MAN1= Xvnc.1 vncviewer.1 vncpasswd.1 vncconnect.1 vncserver.1
OPTIONS= JVNC_VIEWER "Install Java-based vnc viewer" off
#.include <bsd.port.pre.mk>
.include <bsd.port.pre.mk>
.include "bsd.port.options.mk"
### use me when 5.5, 6.1, 6.2R die or we do impement something in b.p.m
#.include "bsd.port.options.mk"
.ifdef(WITH_JVNC_VIEWER)
USE_JAVA= yes
@ -48,7 +49,7 @@ PLIST_SUB+= JVNC_VIEWER=""
PLIST_SUB+= JVNC_VIEWER="@comment "
.endif
.include <bsd.port.pre.mk>
#.include <bsd.port.pre.mk>
.if exists(${X11BASE}/share/vnc/classes/index.vnc)
IGNORE= vnc has already been installed, please uninstall it first