diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-02-19 18:16:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-02-19 18:16:42 +0000 |
commit | 5cd143a50e36b6e9a633cf63e5e4f6b255a08d20 (patch) | |
tree | 79a51dc0ea2639f70f47cb80204933e4dab6e3a3 /math | |
parent | f164dc2751df8cce774a4ea5ca2c52b11712939f (diff) | |
download | pkgsrc-5cd143a50e36b6e9a633cf63e5e4f6b255a08d20.tar.gz |
Default x11 option to on (should have been done this way in previous).
Bump PKGREVISION.
Diffstat (limited to 'math')
-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 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" |