diff options
-rw-r--r-- | graphics/dcraw/Makefile | 8 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 229d1f3f4e5a..2de31d97e211 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcraw -PORTVERSION= 9.19 +PORTVERSION= 9.20 CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet @@ -11,11 +11,11 @@ COMMENT= Decoder for RAW files from digital cameras LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms.so:${PORTSDIR}/graphics/lcms + liblcms2.so:${PORTSDIR}/graphics/lcms2 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jasper -LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms -USE_XZ= yes +LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms2 +USES= tar:xz PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 5624749e5e13..bc5687a360dc 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcraw-9.19.tar.xz) = f72997cc0f428717b5c8bcbb3a0524887cbf13f5c53be23856182008112b6a03 -SIZE (dcraw-9.19.tar.xz) = 78204 +SHA256 (dcraw-9.20.tar.xz) = 1857d10505bbc9aebdd18aae29d30d8b11f6fed922d29b7c8f271b29eb789430 +SIZE (dcraw-9.20.tar.xz) = 79112 |