summaryrefslogtreecommitdiff
path: root/graphics/gegl/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gegl/options.mk')
-rw-r--r--graphics/gegl/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gegl/options.mk b/graphics/gegl/options.mk
new file mode 100644
index 00000000000..0dedff08c28
--- /dev/null
+++ b/graphics/gegl/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2009/02/03 06:21:40 adam Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gegl
+PKG_SUPPORTED_OPTIONS= svg
+PKG_SUGGESTED_OPTIONS= svg
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= svg
+
+.if !empty(PKG_OPTIONS:Msvg)
+.include "../../graphics/librsvg/buildlink3.mk"
+PLIST.svg= yes
+.endif