diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-04-07 22:50:17 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-04-07 22:50:17 +0000 |
commit | f1614de12917f0b79c63b820f29e85477915dd01 (patch) | |
tree | f1288e35411cf63b51d0a87f5f0e9ed3e60b1ffd /lang/clisp | |
parent | f298533be5b6a294fb3e350c603e7c357f084e3c (diff) | |
download | ports-f1614de12917f0b79c63b820f29e85477915dd01.tar.gz ports-f1614de12917f0b79c63b820f29e85477915dd01.zip |
Notes
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 55c4c5ddf1d9..3714c9283315 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -121,7 +121,7 @@ ORACLE_HOME?= ${LOCALBASE}/oracle8-client .endif .if defined(WITH_PARI) -LIB_DEPENDS+= pari.2:${PORTSDIR}/math/pari +LIB_DEPENDS+= pari-gmp.2:${PORTSDIR}/math/pari CONFIGURE_ARGS+=--with-module=pari .endif |