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