Date: Sat, 14 Mar 2020 19:41:57 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528436 - in head/math: cantor labplot Message-ID: <202003141941.02EJfv15093030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003141941.02EJfv15093030>