diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-21 05:46:06 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-21 05:46:06 +0000 |
commit | 28bae670dc14acfea1440035900a4fbbccd58898 (patch) | |
tree | be0efc2e8a1cff9f718973d11b0d1133b21a9bc1 /net/x11vnc | |
parent | ffaff03f4c837bdec40b5bddfd857f9c88321afb (diff) |
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 532796f8c2bf..fe2834bceed7 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR=libvncserver @@ -27,7 +27,6 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--without-avahi MAN1= x11vnc.1 PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO |