summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-10-29 22:56:13 +0000
committeritetcu <itetcu@FreeBSD.org>2007-10-29 22:56:13 +0000
commitedd9dd09ac6ed0aa9a76047f7bf1961e66d68659 (patch)
tree0c1f477deaa3f27a8986203f7da9cee6e50dace4
parent93b7f512d6073b528ea36f02f60f2344b0e948aa (diff)
downloadFreeBSD-ports-edd9dd09ac6ed0aa9a76047f7bf1961e66d68659.zip
FreeBSD-ports-edd9dd09ac6ed0aa9a76047f7bf1961e66d68659.tar.gz
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
-rw-r--r--net/tightvnc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index a9fa4dc..06af4ec 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -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
OpenPOWER on IntegriCloud