diff options
author | beech <beech@FreeBSD.org> | 2008-12-21 13:46:06 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-12-21 13:46:06 +0800 |
commit | 4a80a644b64fe8a16cab0927c3705937eac39c33 (patch) | |
tree | def4d3303afc47b466ce52f98d637ec5e916f555 /net | |
parent | eedd425f601ecf51129b662d38a7c80bb877730e (diff) | |
download | freebsd-ports-gnome-4a80a644b64fe8a16cab0927c3705937eac39c33.tar.gz freebsd-ports-gnome-4a80a644b64fe8a16cab0927c3705937eac39c33.tar.zst freebsd-ports-gnome-4a80a644b64fe8a16cab0927c3705937eac39c33.zip |
- Remove --without-avahi
- Bump portrevision
Diffstat (limited to 'net')
-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 |