summaryrefslogtreecommitdiff
path: root/science/kst2
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-03-28 09:23:08 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-03-28 09:23:08 +0000
commit276a30f4698e887a95bc67f274efdaa52c3d71e6 (patch)
tree060c005917437635aa14c75c00174bc932c52884 /science/kst2
parentmath/matio: (diff)
graphics/vips and the rest:
- bump PORTREVISION after math/matio update math/dynare: - fix configure check for matio - while here, remove needless patch for configure.ac, and convert to USES=tar:xz Approved by: Fernando Apesteguia (maintainer) math/scilab: - mark BROKEN when building with MATIO option (doesn't support new matio) science/kst2: - fix dependency type for matio - add dependence on pkgconfig
Notes
Notes: svn path=/head/; revision=349401
Diffstat (limited to 'science/kst2')
-rw-r--r--science/kst2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile
index dced0b903699..73d010bb61aa 100644
--- a/science/kst2/Makefile
+++ b/science/kst2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kst
DISTVERSION= 2.0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science kde
MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/
@@ -12,7 +12,7 @@ COMMENT= Data viewing and plotting tool
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
-USES= cmake
+USES= cmake pkgconfig
USE_QT4= gui xml designer svg opengl \
qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
@@ -30,7 +30,7 @@ FITS_DESC= Support for data in FITS format
FITS_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio
MATLAB_DESC= Support for data in MATLAB format
-MATLAB_BUILD_DEPENDS= ${LOCALBASE}/lib/libmatio.a:${PORTSDIR}/math/matio
+MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio
NETCDF_DESC= Support for data in NetCDF format
NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf