diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-10-29 22:56:13 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-10-29 22:56:13 +0000 |
commit | 6b4c3b8b1c36c2fe4e782b4becef440daa667de8 (patch) | |
tree | be25b4d33c33fd36d30308f52a2728a1261a04ee /net/tightvnc | |
parent | 898492ca0a6943252d98ceb5a6424ec7b67b3649 (diff) |
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
Notes
Notes:
svn path=/head/; revision=202366
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index a9fa4dcb5b34..06af4ec36957 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 |