diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:13 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:18 +0000 |
commit | 02144180c5ed635af09f26ea57e153ec91826fb9 (patch) | |
tree | fdaa9078243a650fbecd7752c6f587cce2f5d7ca /graphics/klatexformula | |
parent | 673aab6a3eee24b617ac5902d48cbf252a18afa4 (diff) | |
download | ports-02144180c5ed635af09f26ea57e153ec91826fb9.tar.gz ports-02144180c5ed635af09f26ea57e153ec91826fb9.zip |
Diffstat (limited to 'graphics/klatexformula')
-rw-r--r-- | graphics/klatexformula/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index c63ac4b7afd6..52a71262d83f 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -1,6 +1,6 @@ PORTNAME= klatexformula PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= help2man:misc/help2man USES= cmake compiler:c++11-lang desktop-file-utils ghostscript:run \ - qt:5 shared-mime-info tar:bzip2 localbase + gl qt:5 shared-mime-info tar:bzip2 localbase +USE_GL= gl USE_QT= core dbus gui sql svg widgets x11extras xml \ buildtools_build designer_build linguisttools_build \ qmake_build uitools_build |