diff options
author | osa <osa@FreeBSD.org> | 2009-09-15 05:35:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-09-15 05:35:00 +0800 |
commit | 129a9175007cb1f56f0c21a71247b6032f36593b (patch) | |
tree | 900229a1514487bc6348c594a0c6db192d00f983 /graphics/libraw/Makefile | |
parent | c536a5b9c3c0b359dfbf9a9fd48ec0b4d17a107c (diff) | |
download | freebsd-ports-gnome-129a9175007cb1f56f0c21a71247b6032f36593b.tar.gz freebsd-ports-gnome-129a9175007cb1f56f0c21a71247b6032f36593b.tar.zst freebsd-ports-gnome-129a9175007cb1f56f0c21a71247b6032f36593b.zip |
Update from 0.7.2 to 0.8.2.
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r-- | graphics/libraw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 97b36b932a09..2bca049b394a 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libraw -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= graphics MASTER_SITES= http://www.libraw.su/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -46,8 +45,8 @@ PORTDOCS= API-C-eng.html API-C-rus.html API-CXX-eng.html API-CXX-rus.html \ Why-LibRaw-eng.html Why-LibRaw-rus.html corner-scheme.png \ index-eng.html index-rus.html index.html -PORTEXAMPLES= dcraw_emu.cpp dcraw_half.c half_mt.c identify.cpp mem_image.cpp \ - simple_dcraw.cpp +PORTEXAMPLES= 4channels.cpp dcraw_emu.cpp dcraw_half.c half_mt.c mem_image.cpp \ + raw-identify.cpp simple_dcraw.cpp unprocessed_raw.cpp post-patch: @${REINPLACE_CMD} -i.bak -e 's|-pthread|${PTHREAD_LIBS}|' \ |