aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-08-28 21:59:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-08-28 21:59:26 +0000
commitb66ffe82cf9fc978d8da01925c1bfb3f9df064e9 (patch)
tree2a94a10bf1318b9633d9045e3603f6533f2a0735 /math
parent106f0d22fd9e818f57c9057a2a0a339f65f82b1e (diff)
downloadports-b66ffe82cf9fc978d8da01925c1bfb3f9df064e9.tar.gz
ports-b66ffe82cf9fc978d8da01925c1bfb3f9df064e9.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/giacxcas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index ca919c6fa56d..1ac3f375a2a1 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -7,9 +7,9 @@
PORTNAME= giacxcas
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
-MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/xcas/freebsd/ \
+MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/freebsd/ \
http://people.math.jussieu.fr/~han/xcas/sources/
DISTFILES= fltkdev.tgz CoCoALib.tgz giac-${PORTVERSION}.tar.gz
DIST_SUBDIR= ${PORTNAME}
@@ -24,7 +24,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
- pari:${PORTSDIR}/math/pari \
mpfr:${PORTSDIR}/math/mpfr \
gsl:${PORTSDIR}/math/gsl
@@ -39,6 +38,7 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${FLTKDEV-GIAC} -I${COCOALIB-GIAC}/include -I${LOCALBASE}/include
LDFLAGS+= -L${FLTKDEV-GIAC}/lib -L${COCOALIB-GIAC}/lib -L${LOCALBASE}/lib
CXXFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS= --disable-pari
.include <bsd.port.pre.mk>