summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-04-10 23:15:57 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-04-10 23:15:57 +0000
commit6702077846838060cd213aedb522069bdeb5b80f (patch)
tree6f5a60f8f32b4ab9635f3e9ae7618fc358ed4a99 /graphics/ImageMagick
parentUpgrade to 1.07. Use the official PORTDOCS instead of the pre-PORTDOCS (diff)
lcms/lcms.h --> lcms.h -- that's how the new lcms-1.07 is installed
Notes
Notes: svn path=/head/; revision=41252
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index f7b29e7bbc06..dce389d546f9 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -90,5 +90,7 @@ PLIST_SUB+= X11=''
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(top_builddir\)/ltdl/libltdlc.la|\$$\(LIBLTDL\)|g'
+ ${PERL} -pi -e 's|lcms/lcms.h|lcms.h|g' \
+ ${WRKSRC}/configure.in ${WRKSRC}/magick/transform.c
.include <bsd.port.mk>