diff options
author | anders <anders@FreeBSD.org> | 2008-04-16 06:23:56 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2008-04-16 06:23:56 +0800 |
commit | 295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9 (patch) | |
tree | 53268b1a2636c20132b47603a119833aac89eb46 /net/vnc/Makefile | |
parent | 3bf8a1b44953a861a911850a2d0e8556573826a0 (diff) | |
download | freebsd-ports-graphics-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.tar.gz freebsd-ports-graphics-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.tar.zst freebsd-ports-graphics-295e6f5bd5d6e81c8b54f6cfcb026d57488bafc9.zip |
Fix build when WITHOUT_SERVER is set.
PR: 122714
Submitted by: Helge Oldach <ports-net-vnc-apr08@oldach.net>
Approved by: maintainer timeout
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 3affcb5a101..81343788eb5 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -53,7 +53,8 @@ USE_PERL5= yes EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ ${PATCHDIR}/FreeBSD.cf-patch \ - ${PATCHDIR}/extra-patch-fix_Xvnc_no_valid_address + ${PATCHDIR}/extra-patch-fix_Xvnc_no_valid_address \ + ${PATCHDIR}/extra-patch-xc-config-util-printver.c MAN1+= Xvnc.1 \ vncserver.1 |