diff options
author | adam <adam@pkgsrc.org> | 2004-09-28 11:00:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-28 11:00:47 +0000 |
commit | 469727840656d4dddd8430f668cc26491b18dc5f (patch) | |
tree | 2133444cbb47787c7faca14fad5569a96f1abcfb /graphics/ImageMagick | |
parent | d7f245d00e491a3f6c2785b5e7aa070d625cf232 (diff) | |
download | pkgsrc-469727840656d4dddd8430f668cc26491b18dc5f.tar.gz |
Use libwmf anyway
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index ce5e6fc4ef9..3437e4c96a1 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/09/27 11:04:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/09/28 11:00:47 adam Exp $ IM_MAJOR_VER= 6.0.8 IM_MINOR_VER= 3 @@ -26,4 +26,4 @@ WRKSRC= ${WRKDIR}/ImageMagick-${IM_MAJOR_VER} # For things for which we do not specify an explicit dependency above, disable # so that we don't cause implicit "hidden" dependencies. CONFIGURE_ARGS+= --without-dps --without-fpx --without-hdf \ - --without-jbig --without-threads --without-wmf + --without-jbig --without-threads |