diff options
Diffstat (limited to 'math/spooles/Makefile')
-rw-r--r-- | math/spooles/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile index da293a7eebe1..45c694e9e05a 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= http://www.netlib.org/linalg/spooles/ PKGNAMESUFFIX= -mpich .endif DISTNAME= ${PORTNAME}.${PORTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= spooles EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -21,7 +20,7 @@ COMMENT= SParse Object Oriented Linear Equations Solver BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich.a:${PORTSDIR}/net/mpich2 .endif -USES= gmake +USES= gmake tar:tgz .if defined(WITH_MPI) PLIST_SUB+= MPI="" |