diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
commit | 1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /net/tridiavnc | |
parent | 1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff) | |
download | ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip |
Notes
Diffstat (limited to 'net/tridiavnc')
-rw-r--r-- | net/tridiavnc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 7e98a08dc576..9e5a9b73a0de 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -15,11 +15,10 @@ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays LICENSE= GPLv2 WRKSRC= ${WRKDIR}/unix/vnc_unixsrc -USES= imake shebangfix perl5 tar:tgz +USES= imake:noman shebangfix perl5 tar:tgz SHEBANG_FILES= vncserver USE_XORG= ice sm x11 xaw xext xmu xt xpm ALL_TARGET= World -NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no MAKE_JOBS_UNSAFE=yes |