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/vnc | |
parent | 48ea4a0a4908d23fe7f5dcc2cfdc08e0998e9333 (diff) | |
download | ports-94780a9f35e255430683ac3ac8ff3a80900e9ce1.tar.gz ports-94780a9f35e255430683ac3ac8ff3a80900e9ce1.zip |
Add USE_XLIB
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=71087
Diffstat (limited to 'net/vnc')
-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 \ |