diff options
Diffstat (limited to 'graphics/dcraw/Makefile')
-rw-r--r-- | graphics/dcraw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 1852f47736e4..bb70220a3d84 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -6,15 +6,17 @@ # PORTNAME= dcraw -PORTVERSION= 1.236 +PORTVERSION= 1.289 CATEGORIES= graphics -MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ +MASTER_SITES= http://www.piwebs.com/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= Decoder for RAW files from digital cameras LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +USE_BZIP2= yes + MAN1= dcraw.1 PLIST_FILES= bin/dcraw |