diff options
Diffstat (limited to 'math/sdpa-gmp')
-rw-r--r-- | math/sdpa-gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index 3dcdde9dda6c..80dd0abd5472 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdpa-gmp PORTVERSION= 7.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE} ${MANUALFILE} @@ -27,7 +27,7 @@ MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" LDFLAGS="-L${LOCALBASE}/lib" |