diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-25 18:44:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-25 18:44:44 +0000 |
commit | 94780a9f35e255430683ac3ac8ff3a80900e9ce1 (patch) | |
tree | d8e78bb27a2b8a3ab23ee5e3a4d9734dd369bf5d /net | |
parent | Fix the fetch problem by updating to the latest version, 0.52.2, which (diff) |
Add USE_XLIB
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 71ca7d78945f..7d7813ba93fe 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -16,6 +16,7 @@ MAINTAINER= mchopra@engmail.uwaterloo.ca GNU_CONFIGURE= yes USE_PERL5_RUN= yes USE_REINPLACE= yes +USE_XLIB= yes MAN1= Xvnc.1 \ vncviewer.1 \ |