diff options
-rw-r--r-- | math/spooles-mpich/Makefile | 2 | ||||
-rw-r--r-- | science/mpqc-mpich/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile index 52b5dff147ce..88f5b32716fb 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -8,6 +8,6 @@ MASTERDIR= ${.CURDIR}/../spooles/ USE_MPI= YES -.include "${.CURDIR}/../spooles/Makefile" +.include "${MASTERDIR}/spooles/Makefile" PKGNAMESUFFIX= -mpich diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index ad8b3f23c932..f701123dfc2d 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -9,7 +9,7 @@ MASTERDIR= ${.CURDIR}/../mpqc/ PKGNAMESUFFIX= -mpich -.include "${.CURDIR}/../mpqc/Makefile" +.include "${MASTERDIR}/Makefile" BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |