diff options
author | makc <makc@FreeBSD.org> | 2014-03-28 17:23:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-03-28 17:23:08 +0800 |
commit | b2a592306a8da9afccf9b91416b561ee388a575e (patch) | |
tree | 060c005917437635aa14c75c00174bc932c52884 /science | |
parent | 1a7b7ff2441bc557343b641838a83f54cd232a2f (diff) | |
download | freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.tar.gz freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.tar.zst freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.zip |
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
Diffstat (limited to 'science')
-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 |