summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2015-12-20 16:39:14 +0000
committerthierry <thierry@FreeBSD.org>2015-12-20 16:39:14 +0000
commita41cbcc4de435f7153a478eb07c3a18e1478ced5 (patch)
tree72b8dab553c8fe6a79497e7fa59676e91451724f
parent94f929d7a3c3984d1f437b0a9e9afcd0e601ed64 (diff)
downloadFreeBSD-ports-a41cbcc4de435f7153a478eb07c3a18e1478ced5.zip
FreeBSD-ports-a41cbcc4de435f7153a478eb07c3a18e1478ced5.tar.gz
USES=execinfo localbase switch.
PR: ports/205388 Submitted by: pawel
-rw-r--r--net/mpich2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 1a1c804..9987617 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -18,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
-USES= libtool:keepla fortran perl5 pkgconfig python
+USES= execinfo libtool:keepla localbase fortran perl5 \
+ pkgconfig python
USE_GCC= yes
USE_LDCONFIG= yes
USE_PERL5= build
@@ -46,8 +46,6 @@ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \
PACKAGE="${PORTNAME}" \
PTHREAD_LIBS="-lpthread"
-CFLAGS+= -I${LOCALBASE}/include
-CPPFLAGS+= -I${LOCALBASE}/include
.if ${FFLAGS} == "-O"
FFLAGS= -O2
.endif
OpenPOWER on IntegriCloud