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.
This commit is contained in:
gdt 2012-11-06 02:18:37 +00:00
parent b19d6a82fe
commit d634b34d00
2 changed files with 6 additions and 4 deletions

View file

@ -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/

View file

@ -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"