Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 15:16:51 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477506 - head/www/iridium
Message-ID:  <201808181516.w7IFGpXC038127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sat Aug 18 15:16:50 2018
New Revision: 477506
URL: https://svnweb.freebsd.org/changeset/ports/477506

Log:
  - Register USE_GL=gl dependency
  - Remove unneeded dependency from gtk20
  - Add USE_LDCONFIG
  - Sort Makefile
  - Bump PORTREVISION

Modified:
  head/www/iridium/Makefile

Modified: head/www/iridium/Makefile
==============================================================================
--- head/www/iridium/Makefile	Sat Aug 18 14:46:19 2018	(r477505)
+++ head/www/iridium/Makefile	Sat Aug 18 15:16:50 2018	(r477506)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iridium
 PORTVERSION=	2018.5.67
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://downloads.iridiumbrowser.de/source/
 PKGNAMESUFFIX=	-browser
@@ -61,15 +62,16 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 ONLY_FOR_ARCHS=	amd64 i386
 USES=		bison desktop-file-utils jpeg ninja perl5 pkgconfig \
 		python:2.7,build shebangfix tar:xz
-
+USE_GL=		gl
+USE_LDCONFIG=	${DATADIR}
 USE_PERL5=	build
 USE_XORG=	x11 xcb xcomposite xcursor xext xdamage xfixes xi \
 		xorgproto xrandr xrender xscrnsaver xtst
-USE_GNOME=	atk dconf glib20 gtk20 gtk30 libxml2 libxslt
+USE_GNOME=	atk dconf glib20 gtk30 libxml2 libxslt
 MAKE_ARGS=	-C out/${BUILDTYPE}
+BINARY_ALIAS=	python=${PYTHON_CMD}
 ALL_TARGET=	chrome
 INSTALLS_ICONS=	yes
-BINARY_ALIAS=	python=${PYTHON_CMD}
 
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-clang
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808181516.w7IFGpXC038127>