diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-28 09:23:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-28 09:23:08 +0000 |
commit | 276a30f4698e887a95bc67f274efdaa52c3d71e6 (patch) | |
tree | 060c005917437635aa14c75c00174bc932c52884 /science/kst2 | |
parent | 211f336a4050cc69759a7eb75e29d8e2220b1d75 (diff) | |
download | ports-276a30f4698e887a95bc67f274efdaa52c3d71e6.tar.gz ports-276a30f4698e887a95bc67f274efdaa52c3d71e6.zip |
Notes
Diffstat (limited to 'science/kst2')
-rw-r--r-- | science/kst2/Makefile | 6 |
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 |