diff options
author | R. Imura <imura@FreeBSD.org> | 2000-03-09 23:36:52 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-03-09 23:36:52 +0000 |
commit | 220dc1e40e9187312f38e74cf64efae72b1cab72 (patch) | |
tree | 1bd492b4b76e5a29e7a21101b0eac4a19b8e4b75 /graphics/ImageMagick | |
parent | bbbd87b125778ba01bfcaabda2ae81b0788509ee (diff) | |
download | ports-220dc1e40e9187312f38e74cf64efae72b1cab72.tar.gz ports-220dc1e40e9187312f38e74cf64efae72b1cab72.zip |
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
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 |