diff options
Diffstat (limited to 'net/x11vnc/Makefile')
| -rw-r--r-- | net/x11vnc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 92606363ca6c..77e7bd2849ca 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -1,6 +1,6 @@ PORTNAME= x11vnc -PORTVERSION= 0.9.16 -PORTREVISION= 8 +PORTVERSION= 0.9.17 +PORTREVISION= 0 CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org @@ -9,17 +9,18 @@ WWW= https://github.com/LibVNC/x11vnc LICENSE= GPLv2 -LIB_DEPENDS= libvncserver.so:net/libvncserver +LIB_DEPENDS= libvncserver.so:net/libvncserver \ + libdrm.so:graphics/libdrm USES= cpe iconv pkgconfig jpeg ssl gmake autoreconf xorg -USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ - xdmcp xi xorgproto +USE_XORG= xcb xau xdmcp ice xcb xorgproto x11 xext xtst xinerama \ + xrandr xfixes xdamage xcomposite xi xcursor xrender # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libdrm USE_GITHUB= yes GH_ACCOUNT= LibVNC |
