git: 021dfd0a0bd9 - main - math/cantor: needs shared-mime-info
Adriaan de Groot
adridg at FreeBSD.org
Sun Jul 11 20:44:25 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=021dfd0a0bd9f3e8caea1af73799d74bb7934ae8
commit 021dfd0a0bd9f3e8caea1af73799d74bb7934ae8
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 20:33:41 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 20:34:46 +0000
math/cantor: needs shared-mime-info
Cantor registers mime-types, so needs the helper. I noticed this
because math/labplot, which depends on cantor, was failing to build
because of leftoves in the mimetypes directory.
---
math/cantor/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/cantor/Makefile b/math/cantor/Makefile
index ab8099a093b1..911a635c7199 100644
--- a/math/cantor/Makefile
+++ b/math/cantor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cantor
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde kde-applications
MAINTAINER= kde at FreeBSD.org
@@ -15,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-
docbook-xml>0:textproc/docbook-xml
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
- pkgconfig python:3.4+ qt:5 tar:xz
+ pkgconfig python:3.4+ qt:5 shared-mime-info tar:xz
USE_KDE= attica auth archive bookmarks codecs completion config \
configwidgets coreaddons crash emoticons i18n iconthemes \
itemmodels itemviews init jobwidgets kdelibs4support kio \
More information about the dev-commits-ports-all
mailing list