diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
commit | cf906e5cf2da0bff3ceb35031773701fdd7f1f4b (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /graphics/dcraw-m | |
parent | fb4bc685a5a2fef540aa25f4d57c12b6a38e1135 (diff) | |
download | ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.tar.gz ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.zip |
Notes
Diffstat (limited to 'graphics/dcraw-m')
-rw-r--r-- | graphics/dcraw-m/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index 0cf6f530bfe4..a18548248cd2 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -3,6 +3,7 @@ PORTNAME= dcraw-m PORTVERSION= 9.17 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://dx.burplex.com/dcraw-m/ \ http://www.waitman.net/dcraw-m/ @@ -15,7 +16,7 @@ BROKEN= Unfetchable LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ - libMagickWand.so:${PORTSDIR}/graphics/ImageMagick + libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= bin/dcraw-m @@ -33,8 +34,8 @@ CFLAGS+= -O4 .endif .endif -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ImageMagick -LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms -lMagickWand +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ImageMagick-6 +LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms -lMagickWand-6.Q16 do-build: cd ${WRKSRC}/ && ${CC} -o ${PORTNAME} ${CFLAGS} ${PORTNAME}.c ${LDFLAGS} |