diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /textproc | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 | ||||
-rw-r--r-- | textproc/libextractor/Makefile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 754c8ca576c3..0804227737d1 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -8,7 +8,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_GMAKE= yes 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) |