diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-16 01:51:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-16 01:51:03 +0000 |
commit | af3a239dfe0e19e4d409eb19ab9250f6a530429c (patch) | |
tree | 569e314c4f2d9da8f482c507368f776f89e2ebea /net | |
parent | 1956e06def8f4bcf7744ffef185b7ff24bdb3daa (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/tigervnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index c40add25ad85..fc3e92916d4b 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -10,6 +10,7 @@ MAINTAINER= meta+ports@vmeta.jp COMMENT= High-performance, platform-neutral implementation of VNC LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENCE.TXT PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:patch BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:${PORTSDIR}/graphics/dri \ @@ -23,7 +24,7 @@ CONFLICTS= tridiavnc-[0-9]* \ tightvnc-[0-9]* \ vnc-[0-9]* -USES= cmake gmake libtool pkgconfig python +USES= cmake cpe gmake libtool pkgconfig python USE_GL= gl USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_LDCONFIG= yes |