diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-15 09:57:38 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-15 09:57:38 +0800 |
commit | 101e6fe54affba2774a866deb13a31f984d04c67 (patch) | |
tree | bac7cde4501d2b53c38c7dce4d7d1edfd3c108d7 /graphics/dcraw/Makefile | |
parent | 29a00513288de8b58f2001a2da85fb1163dc192e (diff) | |
download | freebsd-ports-gnome-101e6fe54affba2774a866deb13a31f984d04c67.tar.gz freebsd-ports-gnome-101e6fe54affba2774a866deb13a31f984d04c67.tar.zst freebsd-ports-gnome-101e6fe54affba2774a866deb13a31f984d04c67.zip |
Update to 1.289
PR: 87453
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
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 |