pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/pari Default x11 option to on (should have been d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/647a20165aa8
branches: trunk
changeset: 572031:647a20165aa8
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Feb 19 18:16:42 2010 +0000
description:
Default x11 option to on (should have been done this way in previous).
Bump PKGREVISION.
diffstat:
math/pari/Makefile | 4 ++--
math/pari/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 3f08a102d272 -r 647a20165aa8 math/pari/Makefile
--- a/math/pari/Makefile Fri Feb 19 17:54:38 2010 +0000
+++ b/math/pari/Makefile Fri Feb 19 18:16:42 2010 +0000
@@ -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 -r 3f08a102d272 -r 647a20165aa8 math/pari/options.mk
--- a/math/pari/options.mk Fri Feb 19 17:54:38 2010 +0000
+++ b/math/pari/options.mk Fri Feb 19 18:16:42 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index