From 5cd143a50e36b6e9a633cf63e5e4f6b255a08d20 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 19 Feb 2010 18:16:42 +0000 Subject: Default x11 option to on (should have been done this way in previous). Bump PKGREVISION. --- math/pari/Makefile | 4 ++-- math/pari/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/pari/Makefile b/math/pari/Makefile index 86e8a4821d6..8d8ea701ccd 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2010/02/19 08:33:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.46 2010/02/19 18:16:42 schmonz Exp $ DISTNAME= pari-2.3.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ EXTRACT_SUFX= .tar.gz diff --git a/math/pari/options.mk b/math/pari/options.mk index aba92f96187..4486f9f57c9 100644 --- a/math/pari/options.mk +++ b/math/pari/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2010/02/19 08:33:28 schmonz Exp $ +# $NetBSD: options.mk,v 1.3 2010/02/19 18:16:42 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pari PKG_SUPPORTED_OPTIONS= gmp x11 -PKG_SUGGESTED_OPTIONS= gmp +PKG_SUGGESTED_OPTIONS= gmp x11 .include "../../mk/bsd.options.mk" -- cgit v1.2.3