aboutsummaryrefslogtreecommitdiff
path: root/textproc/libextractor
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 14:21:45 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 14:21:45 +0000
commitc6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch)
tree284ed8b074db6ebbd762b69cc947e22f549200e2 /textproc/libextractor
parent24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff)
downloadports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.tar.gz
ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.zip
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=163284
Diffstat (limited to 'textproc/libextractor')
-rw-r--r--textproc/libextractor/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile
index 7709bda5f9b2..1e7b61ca9ee9 100644
--- a/textproc/libextractor/Makefile
+++ b/textproc/libextractor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libextractor
PORTVERSION= 0.5.14
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://gnunet.org/libextractor/download/ \
${MASTER_SITE_GNU}
@@ -34,7 +35,8 @@ MAN3= libextractor.3
post-extract:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
- 's| $$||g'
+ 's|
+$$||g'
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
@@ -53,7 +55,7 @@ check: build
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/wand/magick-wand.h)
-LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick
.endif
.if exists(${LOCALBASE}/include/vorbis/vorbisfile.h)