Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 16:39:14 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404063 - head/net/mpich2
Message-ID:  <201512201639.tBKGdEsC094520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Dec 20 16:39:14 2015
New Revision: 404063
URL: https://svnweb.freebsd.org/changeset/ports/404063

Log:
  USES=execinfo localbase switch.
  
  PR:		ports/205388
  Submitted by:	pawel

Modified:
  head/net/mpich2/Makefile

Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile	Sun Dec 20 16:01:22 2015	(r404062)
+++ head/net/mpich2/Makefile	Sun Dec 20 16:39:14 2015	(r404063)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512201639.tBKGdEsC094520>