diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-07-09 04:13:28 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-09 04:13:28 +0000 |
commit | 468b950daca8c75e17d3d9d6306fd34cfc45aacd (patch) | |
tree | 6977741ec0cdbb76083b53334b8daad78ae6e967 /net/tigervnc | |
parent | 9d61aeedf99e937aa3a06674a3ee1e85139ddfef (diff) | |
download | ports-468b950daca8c75e17d3d9d6306fd34cfc45aacd.tar.gz ports-468b950daca8c75e17d3d9d6306fd34cfc45aacd.zip |
Notes
Diffstat (limited to 'net/tigervnc')
-rw-r--r-- | net/tigervnc/Makefile | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index 812f60aba7e8..598434ab1c58 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -4,7 +4,7 @@ PORTNAME= tigervnc PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net x11-servers MAINTAINER= meta+ports@vmeta.jp @@ -21,21 +21,27 @@ BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/dri \ RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ xkbcomp:x11/xkbcomp -CONFLICTS= tridiavnc-[0-9]* \ +CONFLICTS= tigervnc-devel-[0-9]* \ tightvnc-[0-9]* \ + tridiavnc-[0-9]* \ vnc-[0-9]* -USES= autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python +USES= autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \ + python ssl USE_GL= gl USE_LDCONFIG= yes -USE_OPENSSL= yes USE_GITHUB= yes GH_ACCOUNT= TigerVNC USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ - inputproto kbproto pixman randrproto renderproto resourceproto \ - scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \ - xfont xproto xrandr xtrans xtst xorg-macros presentproto + ice inputproto kbproto pixman presentproto randrproto renderproto \ + resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \ + xdmcp xext xextproto xfont xkbfile xorg-macros xproto xrandr xrender \ + xtrans xtst + +LIB_DEPENDS= libunwind.so:devel/libunwind \ + libxshmfence.so:x11/libxshmfence \ + libfontconfig.so:x11-fonts/fontconfig CFLAGS+= -fPIC |