diff options
author | gdt <gdt> | 2012-11-21 00:47:52 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-21 00:47:52 +0000 |
commit | 4ed7f754fc8d32ac58a25563e50da97a32019b44 (patch) | |
tree | 554e51b96b1a6b11295bca4b05fabe5758fb0713 /math/pari | |
parent | 6b30dd1f2a1dff0d780462fdcc574332a0059b5f (diff) | |
download | pkgsrc-4ed7f754fc8d32ac58a25563e50da97a32019b44.tar.gz |
Switch to fltk13.
This is part of deprecating fltk 1.1. (Note that the fltk option is
off by default, so few will care.)
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 | ||||
-rw-r--r-- | math/pari/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 18510c02653..a6d97682aa2 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2012/11/06 02:18:37 gdt Exp $ +# $NetBSD: Makefile,v 1.55 2012/11/21 00:47:52 gdt Exp $ DISTNAME= pari-2.3.5 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari/options.mk b/math/pari/options.mk index 198ad030f4e..79a513f84a4 100644 --- a/math/pari/options.mk +++ b/math/pari/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2012/11/06 02:18:37 gdt Exp $ +# $NetBSD: options.mk,v 1.8 2012/11/21 00:47:52 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pari PKG_SUPPORTED_OPTIONS= doc gmp x11 @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-fltk=${PREFIX} CONFIGURE_ENV+= X11BASE=${X11BASE} CONFIGURE_ENV+= Xincroot=${X11BASE}/include .include "../../x11/libX11/buildlink3.mk" -.include "../../x11/fltk/buildlink3.mk" +.include "../../x11/fltk13/buildlink3.mk" .else CONFIGURE_ARGS+= --graphic=none # don't let the configure script find an installed fltk |