diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-20 10:59:46 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-20 10:59:46 +0800 |
commit | e6f05b86d2a94cbab8f22e59327e494746a39eed (patch) | |
tree | 338941ba8ca004ec40a13c7c6590c5eeb162696b | |
parent | 6ed67da9e815c4ea24578872ff53d1932737d96f (diff) | |
download | freebsd-ports-gnome-e6f05b86d2a94cbab8f22e59327e494746a39eed.tar.gz freebsd-ports-gnome-e6f05b86d2a94cbab8f22e59327e494746a39eed.tar.zst freebsd-ports-gnome-e6f05b86d2a94cbab8f22e59327e494746a39eed.zip |
Fix the plist when Jasper disabled.
PR: ports/176903
Submitted by: r4721@tormail.org (no name, just email in PR)
-rw-r--r-- | graphics/gegl/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index dda44a42f748..e1bd0b933701 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -160,8 +160,8 @@ lib/gegl-%%GEGL_VER%%/introspect.la lib/gegl-%%GEGL_VER%%/introspect.so lib/gegl-%%GEGL_VER%%/invert.la lib/gegl-%%GEGL_VER%%/invert.so -lib/gegl-%%GEGL_VER%%/jp2-load.la -lib/gegl-%%GEGL_VER%%/jp2-load.so +%%JP2%%lib/gegl-%%GEGL_VER%%/jp2-load.la +%%JP2%%lib/gegl-%%GEGL_VER%%/jp2-load.so lib/gegl-%%GEGL_VER%%/layer.la lib/gegl-%%GEGL_VER%%/layer.so lib/gegl-%%GEGL_VER%%/lens-distortion.la |