summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 8d8ea701ccd..f6745da340e 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2010/02/19 18:16:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.47 2010/03/13 22:16:34 schmonz Exp $
DISTNAME= pari-2.3.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
-EXTRACT_SUFX= .tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pari.math.u-bordeaux.fr/
@@ -13,15 +12,10 @@ LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
-BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
-
PKG_DESTDIR_SUPPORT= user-destdir
-TEX_ACCEPTED= teTeX3
-TEX_DEPMETHOD= build
-
USE_LIBTOOL= yes
-USE_TOOLS+= perl:run imake
+USE_TOOLS+= perl:run
USE_LANGUAGES+= c c++
USE_GNU_READLINE= yes # rl_save_prompt()
HAS_CONFIGURE= yes
@@ -35,11 +29,12 @@ CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share
REPLACE_PERL+= src/desc/PARI/822.pm
+BUILD_TARGET= all
TEST_TARGET= test-compat bench
+INSTALL_TARGET= install
.include "options.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"