From 520e0827e3c4e813ee94901078f4518c0cd33078 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 4 Jan 2015 14:02:35 +0000 Subject: science/mpb: put option helpers at the correct place Submitted by: antoine via #bsdports --- science/mpb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 3227610..f388af8 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -28,6 +28,8 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt + .include .if ${PORT_OPTIONS:MATLAS} @@ -39,8 +41,6 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ CONFIGURE_ARGS+= --with-lapack=-llapack .endif -NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt - post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ ${WRKSRC}/configure -- cgit v1.1