diff options
author | David Thiel <lx@FreeBSD.org> | 2012-02-16 01:55:20 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2012-02-16 01:55:20 +0000 |
commit | 52122e8692442c22cf62eb79cb98058caa71f3fd (patch) | |
tree | 16a5077cb642e21ab3807f6daf8420160a30e948 /graphics/libraw | |
parent | 9426cd6d975e08610fd484238bf1554e6d3e6c42 (diff) |
Notes
Diffstat (limited to 'graphics/libraw')
-rw-r--r-- | graphics/libraw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 938f43ef05d7..1af146778839 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -7,6 +7,7 @@ PORTNAME= libraw PORTVERSION= 0.14.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.su/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -27,7 +28,7 @@ OPTIONS= DEMOSAIC_PACK_GPL2 "Enable demosaic pack GPL2" off \ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples +CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples --disable-jasper CFLAGS+= -fPIC .if defined(WITH_OPTIMIZED_CFLAGS) |