diff options
Diffstat (limited to 'devel/papi/Makefile')
-rw-r--r-- | devel/papi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 5ae895cd41d2..3adf8aec0361 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -23,7 +23,8 @@ NO_PACKAGE= Needs to be compiled for specific CPU STRIP= # empty USE_LDCONFIG= yes LIB_DEPENDS+= libopa.so:net/mpich2 -USES= fortran gmake pkgconfig +USES= fortran gmake pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.inc GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src WRKMAN= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/man |