diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-12-29 17:54:16 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-12-29 17:54:16 +0000 |
commit | 796db69e061fc21ff1923dbd4a581b0aeea2e8a6 (patch) | |
tree | 4c394fe1de2b11d53ca63732bc71e11e37d4acf3 | |
parent | Update to 0.84 (diff) |
Correct libraw in the dependency.
Submitted by: Claudiu Dragalina-Paraipan <dr.clau@gmail.com>
Notes
Notes:
svn path=/head/; revision=267130
-rw-r--r-- | graphics/shotwell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index a7fce1f2107c..db618edcd54a 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -61,7 +61,7 @@ post-install: # graphics/libraw .if exists(${LOCALBASE}/lib/libraw.so.0) -LIB_DEPENDS+= libraw.0:${PORTSDIR}/graphics/libraw +LIB_DEPENDS+= raw.0:${PORTSDIR}/graphics/libraw .endif # attempt at a DATADIR safe port |