aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-05-24 22:21:45 +0800
committermnag <mnag@FreeBSD.org>2006-05-24 22:21:45 +0800
commit80461f14ff2ee584acb77ac3c9795c45d5edb0cc (patch)
tree1ab14486bfc4d2661b3df307b884327629b5fde7 /textproc
parente64bef3f94883b85de4477697f58f08df02301c6 (diff)
downloadfreebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.gz
freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.zst
freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.zip
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmltolatex/Makefile4
-rw-r--r--textproc/libextractor/Makefile6
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)