diff options
author | dholland <dholland@pkgsrc.org> | 2009-02-21 08:23:04 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2009-02-21 08:23:04 +0000 |
commit | 514093cf8c073e0aec141ca5c5d8d882a4807d50 (patch) | |
tree | f817b2a304296ba6aa94ec5bc6f319749ef60bb3 /graphics | |
parent | 33ccb4cc15b2aaf9ea3d751f9f2c21662f3a88c7 (diff) | |
download | pkgsrc-514093cf8c073e0aec141ca5c5d8d882a4807d50.tar.gz |
Fix broken PLIST when svg option is switched off.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 859a6ff2bd3..fd1d3e08b43 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2009/01/24 20:55:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.37 2009/02/21 08:23:04 dholland Exp $ bin/gimp bin/gimp-2.6 bin/gimp-console @@ -302,7 +302,7 @@ lib/gimp/2.0/plug-ins/file-psp lib/gimp/2.0/plug-ins/file-raw lib/gimp/2.0/plug-ins/file-sgi lib/gimp/2.0/plug-ins/file-sunras -lib/gimp/2.0/plug-ins/file-svg +${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg lib/gimp/2.0/plug-ins/file-tga lib/gimp/2.0/plug-ins/file-tiff-load lib/gimp/2.0/plug-ins/file-tiff-save |