aboutsummaryrefslogtreecommitdiff
path: root/math/ufc/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-08 14:53:28 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-08 14:53:28 +0000
commit938f161d6c81b2cc1d5bae8a3e64081dd81b9cd0 (patch)
tree0d7dea964b5ec04b0ff593f583842c0b4199b7ee /math/ufc/Makefile
parent3ff96438b54418f912a10b3e8055786297fdf83b (diff)
Notes
Diffstat (limited to 'math/ufc/Makefile')
-rw-r--r--math/ufc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/ufc/Makefile b/math/ufc/Makefile
index 7b519d495fad..bdf84d08d443 100644
--- a/math/ufc/Makefile
+++ b/math/ufc/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= jwbacon@tds.net
COMMENT= Unified framework for finite element assembly
BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20
+LIB_DEPENDS= boost_math_c99:${PORTSDIR}/devel/boost-libs
# LICENSE= public domain
@@ -26,5 +27,7 @@ FETCH_ARGS= -F
post-patch:
${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
+ ${REINPLACE_CMD} -i '' -e 's|"usr")|"usr", "local")|g' \
+ ${WRKSRC}/src/utils/python/ufc_utils/build.py
.include <bsd.port.mk>