aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 09:54:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 09:54:27 +0000
commitc263127442a206e5cf495776d455bf60c6f8779f (patch)
treebcdb4f2d9298b4b4d299e28e4b13191fcac35002 /print/ghostscript9
parent8100f00a1d1fd78aed0d497a70093be94ec051fd (diff)
downloadports-c263127442a206e5cf495776d455bf60c6f8779f.tar.gz
ports-c263127442a206e5cf495776d455bf60c6f8779f.zip
New options framework for the ports
for maintainers: it introduces 3 different types of options: simple, multi and single: - simple options are the same as the current options (i.e. on or off.) - multi options are options where at least one must be set (1-N). - single options are options where one and only one must be set (exclusive options). for users: - OPTIONS_SET: globally enable some options - OPTIONS_UNSET: globally disable some options - ${UNIQUENAME}_SET: enable per-port choice of options - ${UNIQUENAME}_UNSET: disable per-port choice of options For compatibility the old OPTIONS framework is now working on top of the new one The options previously set with old OPTIONS are imported and converted transparently. A new knob NO_DIALOG if defined in the the config-conditional target is ignored (prevent the dialog(1) ui to show up. Thanks to all people involved: beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches
Notes
Notes: svn path=/head/; revision=297660
Diffstat (limited to 'print/ghostscript9')
-rw-r--r--print/ghostscript9/Makefile.drivers6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/ghostscript9/Makefile.drivers b/print/ghostscript9/Makefile.drivers
index a728706b35b3..959394334a25 100644
--- a/print/ghostscript9/Makefile.drivers
+++ b/print/ghostscript9/Makefile.drivers
@@ -1,5 +1,9 @@
-# $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/Makefile.drivers,v 1.2 2012-02-12 18:10:49 hrs Exp $
+# $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/Makefile.drivers,v 1.3 2012-05-29 09:54:27 bapt Exp $
+OPTIONS_X11_DEFAULT= off
+OPTIONS_ICONV_DEFAULT= off
+OPTIONS_CUPS_DEFAULT= off
+OPTIONS_SVGALIB_DEFAULT= off
OPTIONS_GS_DEFAULT_ON= on
OPTIONS_GS_DEFAULT_OFF= off