summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2003-07-07 21:57:49 +0000
committerjtb <jtb>2003-07-07 21:57:49 +0000
commit69229061c937130582cd9290855c3bc7a9ed952a (patch)
tree5f41dd68a75cd9d12dace58281a059ec4601f148 /math/pari/Makefile
parent6800e797659a890ec0f55b73180bcbd7b97525da (diff)
downloadpkgsrc-69229061c937130582cd9290855c3bc7a9ed952a.tar.gz
Update to pari-2.1.5.
pkgsrc changes: * Build a shared libpari using libtool * convert to buildlink2 Changes in Pari itself: * a long list of bugfixes -- see CHANGES.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 97c6ca54518..5d1390a64bf 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2003/06/02 01:18:25 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2003/07/07 21:57:49 jtb Exp $
-DISTNAME= pari-2.1.1
-PKGREVISION= 1
+DISTNAME= pari-2.1.5
CATEGORIES= math
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
http://www.gn-50uma.de/ftp/pari-2.1/
@@ -11,9 +10,9 @@ HOMEPAGE= http://www.parigp-home.de
COMMENT= software package for computer-aided number theory
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
-BUILD_DEPENDS+= emacs-[0-9]*:../../editors/emacs
USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
USE_X11= yes
USE_GNU_READLINE= # rl_save_prompt
@@ -24,8 +23,9 @@ CONFIGURE_ARGS+= --graphic=X11
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
CONFIGURE_ENV+= X11BASE=${X11BASE}
+TEST_TARGET= test-compat bench
+
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
-
.include "../../mk/bsd.pkg.mk"