summaryrefslogtreecommitdiff
path: root/science/harminv/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-02-23 20:17:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-02-23 20:17:23 +0000
commit67b0bfe334ba040deb7f17027b6b8043478bc784 (patch)
tree9c18782e525f0a57c1af54276b47a0a0f914c3bf /science/harminv/Makefile
parentRespect CC and CFLAGS. (diff)
Uses blaslapack and pathfix.
PR: ports/197293 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=379702
Diffstat (limited to 'science/harminv/Makefile')
-rw-r--r--science/harminv/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile
index e4e8534e8c65..f60b5eea28d1 100644
--- a/science/harminv/Makefile
+++ b/science/harminv/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://ab-initio.mit.edu/harminv/
MAINTAINER= devel@stasyan.com
COMMENT= Solver of harmonic inversion
-USES= fortran gmake libtool
+USES= blaslapack fortran gmake libtool pathfix
GNU_CONFIGURE= yes
USE_GCC= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -19,12 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
USE_LDCONFIG= yes
-LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \
- libblas.so:${PORTSDIR}/math/blas \
- liblapack.so:${PORTSDIR}/math/lapack
-
-post-patch:
- ${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \
- ${WRKSRC}/Makefile.in
+LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile
.include <bsd.port.mk>