diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-20 03:26:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-20 03:26:59 +0800 |
commit | 7f6af7c4d0a3477796345b3d8aa76216248cc532 (patch) | |
tree | 7af64cb715d2568b33eea708e43d8a7a0049eb9e /graphics/gegl | |
parent | 9ccd3ce4418aa4f1fb8c54066fb1fa99bb8f988e (diff) | |
download | freebsd-ports-gnome-7f6af7c4d0a3477796345b3d8aa76216248cc532.tar.gz freebsd-ports-gnome-7f6af7c4d0a3477796345b3d8aa76216248cc532.tar.zst freebsd-ports-gnome-7f6af7c4d0a3477796345b3d8aa76216248cc532.zip |
- Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
(Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.
PR: ports/186779 [1]
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 0c1235efb3d2..f2434bae5ec0 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ @@ -125,7 +125,7 @@ PLIST_SUB+= OPENEXR="@comment " .endif .if ${PORT_OPTIONS:MOPENRAW} -LIB_DEPENDS+= openraw:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= libopenraw.so:${PORTSDIR}/graphics/libopenraw PLIST_SUB+= OPENRAW="" .else CONFIGURE_ARGS+=--without-libopenraw |