diff options
author | beech <beech@FreeBSD.org> | 2008-09-07 02:45:05 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-09-07 02:45:05 +0800 |
commit | d1533fdf32f80f10c7c4285e6335a34b73153919 (patch) | |
tree | 85f86e0a95a0a5a9788ce59cada39d69bf7e732c /net/x11vnc | |
parent | 3dba6240aa6bc925cb2effbd2c3464f44912f0c0 (diff) | |
download | freebsd-ports-gnome-d1533fdf32f80f10c7c4285e6335a34b73153919.tar.gz freebsd-ports-gnome-d1533fdf32f80f10c7c4285e6335a34b73153919.tar.zst freebsd-ports-gnome-d1533fdf32f80f10c7c4285e6335a34b73153919.zip |
- Add missing lib and xorg depends
- Fix plist
- Bump portrevision
Reported by: dinoex
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%% |