diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-20 08:33:44 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-20 08:33:44 +0000 |
commit | 4ce99c391be694ea409b6a27ba36eed20191273d (patch) | |
tree | 7b3bbad79e7b935877129fc8cea001f7ef2689b2 /net/x11vnc/Makefile | |
parent | 6a4039a8e197024964b0794942f731b8fecebe27 (diff) | |
download | ports-4ce99c391be694ea409b6a27ba36eed20191273d.tar.gz ports-4ce99c391be694ea409b6a27ba36eed20191273d.zip |
Notes
Diffstat (limited to 'net/x11vnc/Makefile')
-rw-r--r-- | net/x11vnc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index d26aa4b4e5a0..6351dddc8ac5 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR=libvncserver @@ -15,8 +16,9 @@ MAINTAINER= beech@FreeBSD.org COMMENT= VNC server for use with real X displays LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - dbus:${PORTSDIR}/devel/dbus \ - avahi-common.3:${PORTSDIR}/net/avahi-app + dbus:${PORTSDIR}/devel/dbus +# linking avahi is broken +# avahi-common.3:${PORTSDIR}/net/avahi-app USE_GNOME= gnometarget USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto @@ -25,12 +27,11 @@ USE_ICONV= 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 -BROKEN= Does not compile (linker problems) - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure |