diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-12-23 07:19:05 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-12-23 07:19:05 +0000 |
commit | 63708858784fdeb2279e2a8bf5d0981b04320780 (patch) | |
tree | acd947dcdcfbf34d9da06ebb45def2353dd69a61 /graphics | |
parent | be07477ea0c0eaaf65e2e954772659037c9b127c (diff) | |
download | ports-63708858784fdeb2279e2a8bf5d0981b04320780.tar.gz ports-63708858784fdeb2279e2a8bf5d0981b04320780.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 1c85fec0e821..683edc4c682a 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -3,7 +3,7 @@ # Date created: 15 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.13 1996/12/03 09:07:00 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/17 07:32:08 tg Exp $ # DISTNAME= ImageMagick-3.7.9 @@ -18,13 +18,13 @@ MAINTAINER= ports@freebsd.org LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib \ tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.0\\.:${PORTSDIR}/graphics/png \ + jbig\\.0\\.:${PORTSDIR}/graphics/jbigkit PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/ImageMagick USE_IMAKE= YES -# Yuck. Somehow, $LOCALBASE isn't expanded in the Makefiles... post-patch: @mv ${WRKSRC}/Magick.tmpl ${WRKSRC}/Magick.tmpl.tmp @sed -e "s|!!LOCALBASE!!|${LOCALBASE}|g" <${WRKSRC}/Magick.tmpl.tmp >${WRKSRC}/Magick.tmpl |