diff options
author | wiz <wiz> | 2012-01-28 23:49:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-01-28 23:49:30 +0000 |
commit | bfd15172742fe85a4b2cd7ff2f043cade6183b75 (patch) | |
tree | 96e41279574ef883e7da65c5a808ee0c84246d3c /graphics | |
parent | cd3048f5c6cea745ab01d4ee66a5596fb00ee1c2 (diff) | |
download | pkgsrc-bfd15172742fe85a4b2cd7ff2f043cade6183b75.tar.gz |
Remove unrecognized configure argument.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 23fd817fe83..78e1d95c61d 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.91 2011/10/22 14:55:51 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.92 2012/01/28 23:49:30 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile @@ -36,7 +36,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-dps CONFIGURE_ARGS+= --without-fpx CONFIGURE_ARGS+= --without-gvc -CONFIGURE_ARGS+= --without-hdf CONFIGURE_ARGS+= --without-jbig CONFIGURE_ARGS+= --without-lqr CONFIGURE_ARGS+= --without-modules |