diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 19:10:40 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 20:34:46 +0000 |
commit | 6786f05b34cf4b7525dc8e0a32b517ae616b8aaf (patch) | |
tree | f24096926696ac06b6f0705e4dad1727a739b690 | |
parent | e1186c4e45c502e160b2d922906600ed40748813 (diff) | |
download | ports-6786f05b34cf4b7525dc8e0a32b517ae616b8aaf.tar.gz ports-6786f05b34cf4b7525dc8e0a32b517ae616b8aaf.zip |
math/labplot: fix build due to missing build-deps
-rw-r--r-- | math/labplot/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 9192928bc3a6..309f9d8c3b7f 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -20,14 +20,14 @@ LIB_DEPENDS= libgsl.so:math/gsl \ USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ shared-mime-info tar:xz USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ - coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \ - jobwidgets kdelibs4support kio newstuff notifications parts \ + coreaddons crash guiaddons i18n iconthemes itemviews \ + jobwidgets kio newstuff notifications parts \ service solid sonnet syntaxhighlighting textwidgets unitconversion \ widgetsaddons windowsystem xmlgui \ - doctools_build + doctools_build ecm_build USE_QT= concurrent core dbus gui network printsupport serialport \ sql svg widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build CMAKE_OFF= ENABLE_LIBCERF CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback |