diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 17:51:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 17:51:00 +0000 |
commit | 1f43c6085b35ed9d492df4fba772b376aeee9d13 (patch) | |
tree | fa2f52b3b57aacefe5aa95da6ba12b082449a6ba /net/vnc | |
parent | e3d49c7457629399e85d5a470f41c68f6d911933 (diff) | |
download | ports-1f43c6085b35ed9d492df4fba772b376aeee9d13.tar.gz ports-1f43c6085b35ed9d492df4fba772b376aeee9d13.zip |
Notes
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index bdc3ab3d457a..6f96a633db65 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -30,7 +30,7 @@ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays RUN_DEPENDS= xauth:${X_CLIENTS_PORT} \ ${X11BASE}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${X_FONTS_MISC_PORT} -USE_PERL5_RUN= yes +USE_PERL5= yes EXTRA_PATCHES= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ |