diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-12 02:57:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-12 02:57:02 +0800 |
commit | 575a0c45fcdedf57624de428f95d1639908481d5 (patch) | |
tree | 7aa9631a19a6bc127e53e1166a0cf9a7436889a0 /graphics | |
parent | 7ee2fee3e38b4fe687116853224bd72341a98072 (diff) | |
download | freebsd-ports-gnome-575a0c45fcdedf57624de428f95d1639908481d5.tar.gz freebsd-ports-gnome-575a0c45fcdedf57624de428f95d1639908481d5.tar.zst freebsd-ports-gnome-575a0c45fcdedf57624de428f95d1639908481d5.zip |
Fix typo
Reported by: swills
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 90577dacdb08..9fbcbe696060 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -124,7 +124,7 @@ PLIST_SUB+= OPENEXR="@comment " .endif .if ${PORT_OPTIONS:MOPENRAW} -LIB_DEPENDS+= liblibopenraw.so.so:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= libopenraw.so:${PORTSDIR}/graphics/libopenraw PLIST_SUB+= OPENRAW="" .else CONFIGURE_ARGS+=--without-libopenraw |