summaryrefslogtreecommitdiff
path: root/graphics/gegl/options.mk
diff options
context:
space:
mode:
authoradam <adam>2009-02-03 06:21:40 +0000
committeradam <adam>2009-02-03 06:21:40 +0000
commite9a8f245ed63150a092946da5f93419c166d07f1 (patch)
tree955d7a052b6a42a7952f17a8b0075d8d3781d4bd /graphics/gegl/options.mk
parent578612b32979090cf87625dd37224d8d30db6c59 (diff)
downloadpkgsrc-e9a8f245ed63150a092946da5f93419c166d07f1.tar.gz
PLIST fix; svg now is an option
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