aboutsummaryrefslogtreecommitdiff
path: root/graphics/klatexformula
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-02-25 00:35:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-02-25 00:35:40 +0000
commit0ee6f6284c8717b4802eb0b96e3c9267b50c7298 (patch)
tree64d776f27b9f6edc13f47e2a430187a3491bca5f /graphics/klatexformula
parente9aa4c095e60ce6d83146adf971d31667316a42f (diff)
downloadports-0ee6f6284c8717b4802eb0b96e3c9267b50c7298.tar.gz
ports-0ee6f6284c8717b4802eb0b96e3c9267b50c7298.zip
Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
Additionaly, this ports seems to have been erronously marked as deprecated because of using Qt4. However, it uses Qt5, so undeprecate it. PR: 235674 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=493826
Diffstat (limited to 'graphics/klatexformula')
-rw-r--r--graphics/klatexformula/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile
index 18cf4e59e4be..122dbb4fbb0b 100644
--- a/graphics/klatexformula/Makefile
+++ b/graphics/klatexformula/Makefile
@@ -11,12 +11,9 @@ COMMENT= Convert LaTeX formula to image
LICENSE= GPLv2
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
BUILD_DEPENDS= help2man:misc/help2man
-USES= cmake desktop-file-utils ghostscript:run \
+USES= cmake compiler:c++11-lang desktop-file-utils ghostscript:run \
qt:5 shared-mime-info tar:bzip2 localbase
USE_QT= core dbus gui sql svg widgets x11extras xml \
buildtools_build designer_build linguisttools_build \