summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorgdt <gdt>2012-11-06 02:18:37 +0000
committergdt <gdt>2012-11-06 02:18:37 +0000
commit01a587461ebf5cae3e623e43f86ea2a1aa9c9d6d (patch)
treebc014d4551f37db48619e3a9611b3e4df7ae4b8a /math/pari
parent2a96f8b18731d90b809b1c37e5925544709a5081 (diff)
downloadpkgsrc-01a587461ebf5cae3e623e43f86ea2a1aa9c9d6d.tar.gz
Don't include x11 in PKG_SUGGESTED_OPTIONS.
This change makes pari, by default, not depend on fltk. pari is an indirect dependency of the perl module system, and thus should be minimal.
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile4
-rw-r--r--math/pari/options.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 2fca21bf721..18510c02653 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2012/10/03 21:56:40 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2012/11/06 02:18:37 gdt Exp $
DISTNAME= pari-2.3.5
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
diff --git a/math/pari/options.mk b/math/pari/options.mk
index 5255307cc47..198ad030f4e 100644
--- a/math/pari/options.mk
+++ b/math/pari/options.mk
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2011/03/18 15:00:01 adam Exp $
+# $NetBSD: options.mk,v 1.7 2012/11/06 02:18:37 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pari
PKG_SUPPORTED_OPTIONS= doc gmp x11
-PKG_SUGGESTED_OPTIONS= doc gmp x11
+# x11 is not suggested because it's not reasonable to include a GUI in
+# a foundation library.
+PKG_SUGGESTED_OPTIONS= doc gmp
.include "../../mk/bsd.options.mk"