Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / gegl / options.mk
blobcc49dd078716bbd0f2215ec04b4c22d0e9749f3c
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.gegl
4 PKG_SUPPORTED_OPTIONS= svg
5 PKG_SUGGESTED_OPTIONS= svg
7 .include "../../mk/bsd.options.mk"
9 PLIST_VARS+= svg
11 .if !empty(PKG_OPTIONS:Msvg)
12 .include "../../graphics/librsvg/buildlink3.mk"
13 PLIST.svg= yes
14 .endif