diff options
author | adam <adam> | 2007-02-06 14:52:46 +0000 |
---|---|---|
committer | adam <adam> | 2007-02-06 14:52:46 +0000 |
commit | 377f5c30f71b4de1b94b92050c8594fa9da6cd14 (patch) | |
tree | 0879ce41125513797933ff0e7285ce7d2ce516cd /graphics/p5-PerlMagick/Makefile | |
parent | 17693b8560f9b78c00a7eb770f77bb843a6803ea (diff) | |
download | pkgsrc-377f5c30f71b4de1b94b92050c8594fa9da6cd14.tar.gz |
Changes 6.3.2.3:
* Added thumbnail format to write EXIF thumbnails.
* Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
* Add interpolate and background options to PerlMagick's AffineTransform().
* Revert to Postscript rendering if Freetype delegate library is not
available.
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 2ed415c670d..1496c527abb 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2007/01/17 23:47:20 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2007/02/06 14:52:47 adam Exp $ .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} -PKGREVISION= 1 SVR4_PKGNAME= p5pma MAINTAINER= pkgsrc-users@NetBSD.org |