aboutsummaryrefslogtreecommitdiff
path: root/graphics/vigra
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
commit095fbe3e1ac5c36839609020469db604066f1593 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /graphics/vigra
parentb7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff)
downloadports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz
ports-095fbe3e1ac5c36839609020469db604066f1593.zip
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=352854
Diffstat (limited to 'graphics/vigra')
-rw-r--r--graphics/vigra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index f18c56dd6e8d..a3a337b010e8 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vigra
PORTVERSION= 1.9.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://hci.iwr.uni-heidelberg.de/vigra/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -29,7 +29,7 @@ NUMPY_DESC= NumPy mathematical computing (USE Fortran/GCC46+)
.if ${PORT_OPTIONS:MHDF5}
CMAKE_ARGS+= -DWITH_HDF5=1
-LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5
.else
CMAKE_ARGS+= -DWITH_HDF5=0
.endif
@@ -50,7 +50,7 @@ USE_PYTHON= 2
BUILD_DEPENDS+= nosetests:${PORTSDIR}/devel/py-nose
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
#BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx
-LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_SUB+= PYTHON=""
.else