diff options
Diffstat (limited to 'math/sdpa-gmp/Makefile')
-rw-r--r-- | math/sdpa-gmp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index 37f518ccfa70..927da7d4e2cf 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -22,9 +22,9 @@ MANUALVER= 7.1.1 SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes -LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ - gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS+= libspooles.so:${PORTSDIR}/math/spooles \ + libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles |