diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-06 18:45:05 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-06 18:45:05 +0000 |
commit | 6f41603a450a8158b1bb215fb73f67538cc69215 (patch) | |
tree | 4b6cd528408fe018c5bdc559275c833925a92068 /net/x11vnc | |
parent | f8b67bd9b695211f212776a0aaae216535f752c8 (diff) |
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 10 | ||||
-rw-r--r-- | net/x11vnc/pkg-plist | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 442040addcd1..c346ad8b4cdf 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR=libvncserver @@ -15,10 +15,14 @@ MASTER_SITE_SUBDIR=libvncserver MAINTAINER= beech@FreeBSD.org COMMENT= VNC server for use with real X displays -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + dbus:${PORTSDIR}/devel/dbus \ + avahi-common.3:${PORTSDIR}/net/avahi-app USE_GNOME= gnometarget -USE_XORG= x11 xext +USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp +USE_OPENSSL= yes +USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/x11vnc/pkg-plist b/net/x11vnc/pkg-plist index 6195e6f3c7c0..c6a53d1c1134 100644 --- a/net/x11vnc/pkg-plist +++ b/net/x11vnc/pkg-plist @@ -14,4 +14,3 @@ bin/x11vnc @dirrm %%DATADIR%%/classes/ssl @dirrm %%DATADIR%%/classes @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |