summaryrefslogtreecommitdiff
path: root/graphics/dia
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit9314461cff3bf6aee8aa113f28f994a688cf822c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /graphics/dia
parenta304436e23930aa6cf230d08033d086a7e5a2be5 (diff)
downloadpkgsrc-9314461cff3bf6aee8aa113f28f994a688cf822c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'graphics/dia')
-rw-r--r--graphics/dia/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia/options.mk b/graphics/dia/options.mk
index 8a083095abc..c38917a58b3 100644
--- a/graphics/dia/options.mk
+++ b/graphics/dia/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2005/01/20 18:49:33 jmmv Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:36 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dia
#PKG_SUPPORTED_OPTIONS= gnome cairo
PKG_SUPPORTED_OPTIONS= gnome
-PKG_DEFAULT_OPTIONS= gnome
+PKG_SUGGESTED_OPTIONS= gnome
.include "../../mk/bsd.options.mk"