diff options
author | beech <beech@FreeBSD.org> | 2008-09-16 01:57:57 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-09-16 01:57:57 +0800 |
commit | 40b3c06af029a7dd2c99e913f5c62ab6f1fb3205 (patch) | |
tree | 25354cc0b6c97bf426f0e28715a00789c6b61f3a /net | |
parent | 5c0f679733338ecbf601fe9b95ebe04e98db954a (diff) | |
download | freebsd-ports-gnome-40b3c06af029a7dd2c99e913f5c62ab6f1fb3205.tar.gz freebsd-ports-gnome-40b3c06af029a7dd2c99e913f5c62ab6f1fb3205.tar.zst freebsd-ports-gnome-40b3c06af029a7dd2c99e913f5c62ab6f1fb3205.zip |
- Add missing xorg depend
- Bump portrevision
Approved by: portmgr (erwin)
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 |