diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 19:41:57 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 19:41:57 +0000 |
| commit | d080bbcf3963b5ae5387a5c6109bbf1b1f7913e3 (patch) | |
| tree | f125a51c12f04a4f8487d5956f387c91676650f1 /math/labplot/Makefile | |
| parent | 16a7b6918de61e55b0b46755bc05ac25d1a56361 (diff) | |
Notes
Diffstat (limited to 'math/labplot/Makefile')
| -rw-r--r-- | math/labplot/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index d0aff4c82236..241eeeac829e 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -13,7 +13,10 @@ COMMENT= Data plotting and function analysis tool by KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgsl.so:math/gsl +LIB_DEPENDS= libgsl.so:math/gsl \ + liblz4.so:archivers/liblz4 \ + libspectre.so:print/libspectre \ + libsz.so:science/szip USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ shared-mime-info tar:xz @@ -36,6 +39,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CANTOR_DESC= Build with Cantor support CANTOR_CMAKE_BOOL= ENABLE_CANTOR CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor \ + libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 FITS_DESC= Flexible Image Transport System Data Format (FITS) Library FITS_CMAKE_BOOL= ENABLE_FITS |
