aboutsummaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-07 22:50:17 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-07 22:50:17 +0000
commitf1614de12917f0b79c63b820f29e85477915dd01 (patch)
treef1288e35411cf63b51d0a87f5f0e9ed3e60b1ffd /lang/clisp
parentf298533be5b6a294fb3e350c603e7c357f084e3c (diff)
downloadports-f1614de12917f0b79c63b820f29e85477915dd01.tar.gz
ports-f1614de12917f0b79c63b820f29e85477915dd01.zip
- Fix build when WITH_PARI is selected.
PR: ports/133386 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=231836
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile2
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