diff options
author | drochner <drochner@pkgsrc.org> | 2001-05-14 16:34:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-05-14 16:34:38 +0000 |
commit | 114ece5630f19e73bc85923fa82a854d2445dc46 (patch) | |
tree | 448a429558ed25eb6ffd062ac27a3b2fd11eca6b /graphics | |
parent | abe4852687a30d32b664a9fa55f3e1c51c5c2f04 (diff) | |
download | pkgsrc-114ece5630f19e73bc85923fa82a854d2445dc46.tar.gz |
explicitely pass "--without-wmf" to "configure" to avoid a spurious
warning
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 63b6dfaad82..74e81d0a9b2 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2001/04/09 11:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2001/05/14 16:34:38 drochner Exp $ DISTNAME= ImageMagick-5.2.8 CATEGORIES= graphics @@ -34,7 +34,7 @@ CFLAGS= -O # pkg, however). CONFIGURE_ARGS+= --without-perl --without-dps --without-fpx \ --without-hdf --without-jbig --without-threads \ - --without-ttf --without-xml + --without-ttf --without-wmf --without-xml post-install: ${INSTALL_DATA} ${WRKSRC}/Copyright.txt ${WRKSRC}/QuickStart.txt \ |