svn commit: r376235 - head/science/mpb

Rene Ladan rene at FreeBSD.org
Sun Jan 4 14:02:36 UTC 2015


Author: rene
Date: Sun Jan  4 14:02:35 2015
New Revision: 376235
URL: https://svnweb.freebsd.org/changeset/ports/376235
QAT: https://qat.redports.org/buildarchive/r376235/

Log:
  science/mpb: put option helpers at the correct place
  
  Submitted by:	antoine via #bsdports

Modified:
  head/science/mpb/Makefile

Modified: head/science/mpb/Makefile
==============================================================================
--- head/science/mpb/Makefile	Sun Jan  4 13:55:52 2015	(r376234)
+++ head/science/mpb/Makefile	Sun Jan  4 14:02:35 2015	(r376235)
@@ -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 <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MATLAS}
@@ -39,8 +41,6 @@ LIB_DEPENDS+=	libblas.so:${PORTSDIR}/mat
 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


More information about the svn-ports-all mailing list