diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-21 00:47:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-21 00:47:52 +0000 |
commit | 76fad4ffe34304084fccb4f5905c1ef980b584b3 (patch) | |
tree | 554e51b96b1a6b11295bca4b05fabe5758fb0713 /math/pari/options.mk | |
parent | 8994b7e4f68ef7ef7eadd4fb6e8161e3835f7758 (diff) | |
download | pkgsrc-76fad4ffe34304084fccb4f5905c1ef980b584b3.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/options.mk')
-rw-r--r-- | math/pari/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |