diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-15 17:57:57 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-15 17:57:57 +0000 |
commit | f113f11f458146aed3db371f2e91f3b9f114644e (patch) | |
tree | c3972d62c0626fb554c742c60b914d8fb3ace596 /net | |
parent | 75ab8efd8b51e44b5fe6be4fa2cd7c555379b707 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/x11vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index c346ad8b4cdf..e06d17231528 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR=libvncserver @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ avahi-common.3:${PORTSDIR}/net/avahi-app USE_GNOME= gnometarget -USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp +USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto USE_OPENSSL= yes USE_ICONV= yes GNU_CONFIGURE= yes |