aboutsummaryrefslogtreecommitdiff
path: root/graphics/caffe
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-03 19:41:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-03 19:41:32 +0000
commit7cdcf9aed1665b5c306eb21773bdfe1e886d7103 (patch)
tree8156e20afca01d9216c718d4023eba75e0a0f37a /graphics/caffe
parent4cda730b64e9bd37cd40f497774e7aeda0fde11b (diff)
downloadports-7cdcf9aed1665b5c306eb21773bdfe1e886d7103.tar.gz
ports-7cdcf9aed1665b5c306eb21773bdfe1e886d7103.zip
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=486531
Diffstat (limited to 'graphics/caffe')
-rw-r--r--graphics/caffe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile
index 071a41cd8e00..90a82efff1a4 100644
--- a/graphics/caffe/Makefile
+++ b/graphics/caffe/Makefile
@@ -2,7 +2,7 @@
PORTNAME= caffe
PORTVERSION= 1.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
MAINTAINER= eric@camachat.org
@@ -36,8 +36,9 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR}
+USES= compiler:c++11-lib fortran gmake pkgconfig python:2.7
+USE_CXXSTD= c++11
USE_LDCONFIG= yes
-USES= gmake python:2.7 fortran compiler:c++11-lib pkgconfig
USE_PYTHON= flavors cython
CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1