summaryrefslogtreecommitdiff
path: root/science/harminv/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-04 02:08:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-04 02:08:19 +0000
commitf6ccdc8eb7ccb78f955fc54089a5b74a22387aa4 (patch)
treef42dd1d8882f8efbeac5fd35fe857f8d4a02053e /science/harminv/Makefile
parentbiology/fastp: Respect WITH_DEBUG - do not strip binary (diff)
science/harminv: Add -fPIC
PR: 234105 Submitted by: devel@stasyan.com (maintainer)
Notes
Notes: svn path=/head/; revision=500771
Diffstat (limited to 'science/harminv/Makefile')
-rw-r--r--science/harminv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile
index de3faf866d80..63050f075dc0 100644
--- a/science/harminv/Makefile
+++ b/science/harminv/Makefile
@@ -3,22 +3,22 @@
PORTNAME= harminv
PORTVERSION= 1.3.1
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/harminv/
MAINTAINER= devel@stasyan.com
COMMENT= Solver of harmonic inversion
+LIB_DEPENDS+= libguile-2.0.so:lang/guile2
+
USES= blaslapack fortran gmake libtool pathfix
GNU_CONFIGURE= yes
USE_GCC= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -fPIC
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
USE_LDCONFIG= yes
-LIB_DEPENDS+= libguile-2.0.so:lang/guile2
-
.include <bsd.port.mk>