diff options
Diffstat (limited to 'math/sdpa-gmp/Makefile')
-rw-r--r-- | math/sdpa-gmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index d96e10e08c4c..14aa61c0a1b8 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdpa-gmp PORTVERSION= 7.1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE} ${MANUALFILE} @@ -25,7 +26,7 @@ SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ - gmp.7:${PORTSDIR}/math/libgmp4 \ + gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles |