diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 20:33:41 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 20:34:46 +0000 |
commit | 021dfd0a0bd9f3e8caea1af73799d74bb7934ae8 (patch) | |
tree | 8de89576a1dc39498836fa6710a6f053f3c26b9a | |
parent | 6786f05b34cf4b7525dc8e0a32b517ae616b8aaf (diff) | |
download | ports-021dfd0a0bd9f3e8caea1af73799d74bb7934ae8.tar.gz ports-021dfd0a0bd9f3e8caea1af73799d74bb7934ae8.zip |
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.
-rw-r--r-- | math/cantor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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@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 \ |