summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-03-09 23:36:52 +0000
committerR. Imura <imura@FreeBSD.org>2000-03-09 23:36:52 +0000
commit220dc1e40e9187312f38e74cf64efae72b1cab72 (patch)
tree1bd492b4b76e5a29e7a21101b0eac4a19b8e4b75 /graphics
parentThis port actually wants Xlib, not just imake. (diff)
Our system is not Solaris 7.
Remove config.cache before configure.
Notes
Notes: svn path=/head/; revision=26703
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index e808474912e7..091c1015e79c 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --enable-lzw
USE_PERL5= YES
USE_XLIB= YES
CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
+
+pre-configure:
+ ${RM} -f ${WRKSRC}/config.cache
+
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib