aboutsummaryrefslogtreecommitdiff
path: root/math/superlu
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 03:15:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 03:15:46 +0000
commite3a91b0968895514f65ef29420eeeec3758c4bc6 (patch)
tree8ddd9ad6576408dc5bdaf77ae791028d68b529ed /math/superlu
parent82f9e5ad5571ce54362c74935980b39d71601aeb (diff)
downloadports-e3a91b0968895514f65ef29420eeeec3758c4bc6.tar.gz
ports-e3a91b0968895514f65ef29420eeeec3758c4bc6.zip
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118429
Diffstat (limited to 'math/superlu')
-rw-r--r--math/superlu/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index af40eaacbadb..c774a1b86712 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -28,6 +28,12 @@ ALL_TARGET= superlulib
BLAS_LIBS= ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libatlas.a
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's+%%BLAS_LIBS%%+${BLAS_LIBS}+' \
${WRKSRC}/make.inc
@@ -51,4 +57,4 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/superlu_ug.ps.gz ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>