svn commit: r554734 - head/games/pentobi
Tobias C. Berner
tcberner at FreeBSD.org
Mon Nov 9 17:21:45 UTC 2020
Author: tcberner
Date: Mon Nov 9 17:21:45 2020
New Revision: 554734
URL: https://svnweb.freebsd.org/changeset/ports/554734
Log:
games/pentobi: switch to USE_GNOME=librsvg2
- follow-up to r554733
Modified:
head/games/pentobi/Makefile
Modified: head/games/pentobi/Makefile
==============================================================================
--- head/games/pentobi/Makefile Mon Nov 9 17:08:12 2020 (r554733)
+++ head/games/pentobi/Makefile Mon Nov 9 17:21:45 2020 (r554734)
@@ -3,7 +3,7 @@
PORTNAME= pentobi
PORTVERSION= 18.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -14,12 +14,12 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= itstool:textproc/itstool \
- rsvg-convert:graphics/librsvg2 \
xsltproc:textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
-USES= compiler:c++14-lang cmake desktop-file-utils gettext-tools qt:5 \
+USES= compiler:c++14-lang cmake desktop-file-utils gettext-tools gnome qt:5 \
shared-mime-info tar:xz
+USE_GNOME= librsvg2:build
USE_QT= core gui widgets svg concurrent quickcontrols2 \
declarative network \
qmake_build buildtools_build linguisttools_build
More information about the svn-ports-all
mailing list