diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template index 90f1b9fd62..7da4f8d9dd 100644 --- a/srcpkgs/ImageMagick/template +++ b/srcpkgs/ImageMagick/template @@ -3,7 +3,7 @@ pkgname=ImageMagick _majorver=6.9.1 _patchver=1 version=${_majorver}.${_patchver} -revision=1 +revision=2 wrksrc=${pkgname}-${_majorver}-${_patchver} build_style=gnu-configure configure_args="--without-autotrace --with-wmf=yes @@ -15,14 +15,14 @@ short_desc="Package for display and interactive manipulation of images" maintainer="Juan RP " homepage="http://www.imagemagick.org/" license="ImageMagick" -distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz" +distfiles="ftp://ftp.sunet.se/pub/multimedia/graphics/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz" checksum=8f6ebeb1a1321fd7b7d3161a66461743ea5bbc352e4339c792b3bab52c379378 subpackages="libmagick libmagick-devel" if [ -z "$CROSS_BUILD" ]; then # XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic) - configure_args+=" --with-perl" + configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor" hostmakedepends+=" perl" subpackages+=" libmagick-perl" fi