diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-25 22:22:08 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-25 22:22:08 +0000 |
commit | b98fbdd162d8cd62531ca55faad2a2cb7614ba58 (patch) | |
tree | 2c511e1f9d5d4c1cac3e88ef862de170365395f3 /math/labplot/Makefile | |
parent | 4f16fbee96b69457bbb81e14c68458b77168c58a (diff) |
Notes
Diffstat (limited to 'math/labplot/Makefile')
-rw-r--r-- | math/labplot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 0faa866e05f7..7e9dc9c4b4d3 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= labplot -PORTVERSION= 2.6 -PORTREVISION= 2 +PORTVERSION= 2.7.0 CATEGORIES= math kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}.0 +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Data plotting and function analysis tool by KDE @@ -35,7 +34,8 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CANTOR_DESC= Build with Cantor support CANTOR_CMAKE_BOOL= ENABLE_CANTOR -CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor +CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor \ + libpoppler-qt5.so:graphics/poppler-qt5 FITS_DESC= Flexible Image Transport System Data Format (FITS) Library FITS_CMAKE_BOOL= ENABLE_FITS FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio |