diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/tigervnc | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/tigervnc')
-rw-r--r-- | net/tigervnc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index b899cacbc8cd..f974a55f862f 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -26,10 +26,9 @@ CONFLICTS= tridiavnc-[0-9]* \ tightvnc-[0-9]* \ vnc-[0-9]* -USES= cmake gmake libtool pkgconfig +USES= cmake gmake libtool pkgconfig python USE_GL= gl USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env -USE_PYTHON= yes USE_LDCONFIG= yes USE_OPENSSL= yes |