diff options
author | thierry <thierry@FreeBSD.org> | 2015-12-20 16:39:14 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-12-20 16:39:14 +0000 |
commit | a41cbcc4de435f7153a478eb07c3a18e1478ced5 (patch) | |
tree | 72b8dab553c8fe6a79497e7fa59676e91451724f | |
parent | 94f929d7a3c3984d1f437b0a9e9afcd0e601ed64 (diff) | |
download | FreeBSD-ports-a41cbcc4de435f7153a478eb07c3a18e1478ced5.zip FreeBSD-ports-a41cbcc4de435f7153a478eb07c3a18e1478ced5.tar.gz |
USES=execinfo localbase switch.
PR: ports/205388
Submitted by: pawel
-rw-r--r-- | net/mpich2/Makefile | 6 |
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 |