diff options
author | tg <tg@FreeBSD.org> | 1996-12-23 15:19:05 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-12-23 15:19:05 +0800 |
commit | e58a36acc8c067e1e018221fc6c7898f74b10a82 (patch) | |
tree | fb3fb9f2a127ab259d80ca76c5a6a09018ec4c82 /graphics | |
parent | 5aeb814578d6d449ae18a21d9ebb67b8ed5647c9 (diff) | |
download | freebsd-ports-gnome-e58a36acc8c067e1e018221fc6c7898f74b10a82.tar.gz freebsd-ports-gnome-e58a36acc8c067e1e018221fc6c7898f74b10a82.tar.zst freebsd-ports-gnome-e58a36acc8c067e1e018221fc6c7898f74b10a82.zip |
Now that we have libjbig in the ports, we might as well use it.
Implicitly requested by: Mikhail Teterin (PR 2096)
(Note that I didn't look for a new version of ImageMagick; I'd
like to stick with the 3.7.9 we currently have.)
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 |