diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-05 19:49:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-05 19:49:19 +0000 |
commit | f0d420777d4c904bb0345ca387d7e3d59760ba80 (patch) | |
tree | a2c42c476543badba719c31632124b59c3f57366 | |
parent | 8970961b47d80bf9e981dd533400fdcdb2d5ed55 (diff) | |
download | freebsd-ports-f0d420777d4c904bb0345ca387d7e3d59760ba80.zip |
Fix packaging when pixbuf option is not selected.
PR: 189956
Reported by: freebsd@nagilum.org
-rw-r--r-- | graphics/gegl/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index f82d12422260..4ffd6aeb0726 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -206,8 +206,8 @@ lib/gegl-%%GEGL_VER%%/over.la lib/gegl-%%GEGL_VER%%/over.so lib/gegl-%%GEGL_VER%%/overlay.la lib/gegl-%%GEGL_VER%%/overlay.so -lib/gegl-%%GEGL_VER%%/pixbuf.la -lib/gegl-%%GEGL_VER%%/pixbuf.so +%%GDK%%lib/gegl-%%GEGL_VER%%/pixbuf.la +%%GDK%%lib/gegl-%%GEGL_VER%%/pixbuf.so lib/gegl-%%GEGL_VER%%/pixelize.la lib/gegl-%%GEGL_VER%%/pixelize.so lib/gegl-%%GEGL_VER%%/plus.la @@ -234,8 +234,8 @@ lib/gegl-%%GEGL_VER%%/rgbe-save.la lib/gegl-%%GEGL_VER%%/rgbe-save.so lib/gegl-%%GEGL_VER%%/ripple.la lib/gegl-%%GEGL_VER%%/ripple.so -lib/gegl-%%GEGL_VER%%/save-pixbuf.la -lib/gegl-%%GEGL_VER%%/save-pixbuf.so +%%GDK%%lib/gegl-%%GEGL_VER%%/save-pixbuf.la +%%GDK%%lib/gegl-%%GEGL_VER%%/save-pixbuf.so lib/gegl-%%GEGL_VER%%/save.la lib/gegl-%%GEGL_VER%%/save.so lib/gegl-%%GEGL_VER%%/screen.la |