svn commit: r528436 - in head/math: cantor labplot
Tobias C. Berner
tcberner at FreeBSD.org
Sat Mar 14 19:41:58 UTC 2020
Author: tcberner
Date: Sat Mar 14 19:41:57 2020
New Revision: 528436
URL: https://svnweb.freebsd.org/changeset/ports/528436
Log:
Make implicit LIB_DEPENDS explicit
Modified:
head/math/cantor/Makefile
head/math/labplot/Makefile
Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile Sat Mar 14 19:27:40 2020 (r528435)
+++ head/math/cantor/Makefile Sat Mar 14 19:41:57 2020 (r528436)
@@ -2,7 +2,7 @@
PORTNAME= cantor
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math kde kde-applications
MAINTAINER= kde at FreeBSD.org
@@ -12,6 +12,7 @@ LIB_DEPENDS= libAnalitza.so:math/analitza \
libcln.so:math/cln \
libqalculate.so:math/libqalculate \
libspectre.so:print/libspectre \
+ libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile Sat Mar 14 19:27:40 2020 (r528435)
+++ head/math/labplot/Makefile Sat Mar 14 19:41:57 2020 (r528436)
@@ -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 K
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
More information about the svn-ports-all
mailing list