diff options
author | feld <feld@FreeBSD.org> | 2016-03-20 01:53:43 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-20 01:53:43 +0800 |
commit | 691cfb62dcf8ee39af871fd33361eb4d57fdb35d (patch) | |
tree | 1350d08697883378722f0a55860de05e0fd8e6e2 /net | |
parent | c66b58fda4aad70e617299579e356581f15c075b (diff) | |
download | freebsd-ports-gnome-691cfb62dcf8ee39af871fd33361eb4d57fdb35d.tar.gz freebsd-ports-gnome-691cfb62dcf8ee39af871fd33361eb4d57fdb35d.tar.zst freebsd-ports-gnome-691cfb62dcf8ee39af871fd33361eb4d57fdb35d.zip |
net/tigervnc: Remove HPJPG option
The HPJPG option has been broken and irrelevant since the ports tree
changed to make jpeg-turbo the default jpeg provider in r397084
PR: 208088
Approved by: maintainer
MFH: 2016Q1
Diffstat (limited to 'net')
-rw-r--r-- | net/tigervnc/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index 4561ac4105fa..4461833dc5ee 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -3,6 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net x11-servers @@ -24,7 +25,7 @@ CONFLICTS= tridiavnc-[0-9]* \ tightvnc-[0-9]* \ vnc-[0-9]* -USES= autoreconf:build cmake cpe gmake libtool pkgconfig python +USES= autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python USE_GL= gl USE_LDCONFIG= yes USE_OPENSSL= yes @@ -38,10 +39,9 @@ USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto CFLAGS+= -fPIC -OPTIONS_DEFINE= GNUTLS NLS PAM VIEWER HPJPG DOCS +OPTIONS_DEFINE= GNUTLS NLS PAM VIEWER DOCS OPTIONS_DEFAULT= GNUTLS NLS PAM VIEWER VIEWER_DESC= Build vncviewer -HPJPG_DESC= Build with High-Performance JPEG support .include <bsd.port.options.mk> @@ -89,12 +89,6 @@ CMAKE_ARGS+= -DBUILD_VIEWER=0 PLIST_SUB+= VIEWER="@comment " .endif -.if ${PORT_OPTIONS:MHPJPG} -LIB_DEPENDS+= libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo -.else -USES+= jpeg -.endif - MAKE_ARGS+= TIGERVNC_SRCDIR=${WRKSRC} CONFIGURE_ARGS+= \ --prefix=${PREFIX} --mandir=${PREFIX}/man/ \ |