summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-12-23 07:19:05 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-12-23 07:19:05 +0000
commit63708858784fdeb2279e2a8bf5d0981b04320780 (patch)
treeacd947dcdcfbf34d9da06ebb45def2353dd69a61 /graphics
parentImport of jbigkit, which contains yet another graphics library. (diff)
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.)
Notes
Notes: svn path=/head/; revision=5069
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile6
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