Sat Jan 28 23:49:30 2012 UTC ()
Remove unrecognized configure argument.


(wiz)
diff -r1.91 -r1.92 pkgsrc/graphics/ImageMagick/Makefile.common

cvs diff -r1.91 -r1.92 pkgsrc/graphics/ImageMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2011/10/22 14:55:51 1.91
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2012/01/28 23:49:30 1.92
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.91 2011/10/22 14:55:51 ryoon Exp $ 1# $NetBSD: Makefile.common,v 1.92 2012/01/28 23:49:30 wiz Exp $
2# 2#
3# used by graphics/p5-PerlMagick/Makefile 3# used by graphics/p5-PerlMagick/Makefile
4 4
5IM_MAJOR_VER= 6.7.3 5IM_MAJOR_VER= 6.7.3
6IM_MINOR_VER= 1 6IM_MINOR_VER= 1
7IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} 7IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
8 8
9.if (${IM_MINOR_VER} != NONE) 9.if (${IM_MINOR_VER} != NONE)
10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
11.else 11.else
12DISTSUFFIX= ${IM_MAJOR_VER} 12DISTSUFFIX= ${IM_MAJOR_VER}
13.endif 13.endif
14 14
@@ -26,17 +26,16 @@ MASTER_SITES= ftp://ftp.imagemagick.org/ @@ -26,17 +26,16 @@ MASTER_SITES= ftp://ftp.imagemagick.org/
26EXTRACT_SUFX= .tar.bz2 26EXTRACT_SUFX= .tar.bz2
27 27
28HOMEPAGE= http://www.imagemagick.org/ 28HOMEPAGE= http://www.imagemagick.org/
29 29
30WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX} 30WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
31 31
32USE_LIBTOOL= yes 32USE_LIBTOOL= yes
33GNU_CONFIGURE= yes 33GNU_CONFIGURE= yes
34# For things for which we do not specify an explicit dependency above, disable 34# For things for which we do not specify an explicit dependency above, disable
35# so that we don't cause implicit "hidden" dependencies. 35# so that we don't cause implicit "hidden" dependencies.
36CONFIGURE_ARGS+= --without-dps 36CONFIGURE_ARGS+= --without-dps
37CONFIGURE_ARGS+= --without-fpx 37CONFIGURE_ARGS+= --without-fpx
38CONFIGURE_ARGS+= --without-gvc 38CONFIGURE_ARGS+= --without-gvc
39CONFIGURE_ARGS+= --without-hdf 
40CONFIGURE_ARGS+= --without-jbig 39CONFIGURE_ARGS+= --without-jbig
41CONFIGURE_ARGS+= --without-lqr 40CONFIGURE_ARGS+= --without-lqr
42CONFIGURE_ARGS+= --without-modules 41CONFIGURE_ARGS+= --without-modules