Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 19:27:40 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528435 - head/sysutils/signon-ui
Message-ID:  <202003141927.02EJReGZ082349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 14 19:27:40 2020
New Revision: 528435
URL: https://svnweb.freebsd.org/changeset/ports/528435

Log:
  sysutils/signon-ui: make implicit dependencies explicit

Modified:
  head/sysutils/signon-ui/Makefile

Modified: head/sysutils/signon-ui/Makefile
==============================================================================
--- head/sysutils/signon-ui/Makefile	Sat Mar 14 19:19:06 2020	(r528434)
+++ head/sysutils/signon-ui/Makefile	Sat Mar 14 19:27:40 2020	(r528435)
@@ -2,7 +2,7 @@
 
 PORTNAME=	signon-ui
 PORTVERSION=	0.17
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils kde
 DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
@@ -17,7 +17,11 @@ LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5
 		libsignon-qt5.so:sysutils/signon-qt5 \
 		libproxy.so:net/libproxy
 
-USES=		compiler:c++11-lang pkgconfig python qmake qt:5 tar:bz2
+
+USES=		compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
+		qmake qt:5 tar:bz2
+USE_GL=		gl
+USE_GNOME=	gdkpixbuf2 glib20
 USE_QT=		core dbus declarative gui network webkit widgets xml \
 		buildtools_build qmake_build
 # gitlab variables



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