diff options
author | knu <knu@FreeBSD.org> | 2000-07-19 22:18:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-19 22:18:38 +0800 |
commit | 64a1e3f118adb992140e93150e2f23ce98031a43 (patch) | |
tree | 65ab181cee012ca8b39899aad6bd88a2c7aa5456 /graphics/ImageMagick/Makefile | |
parent | ae93f2fa49c9660d71335e4b6a82f990de864463 (diff) | |
download | freebsd-ports-gnome-64a1e3f118adb992140e93150e2f23ce98031a43.tar.gz freebsd-ports-gnome-64a1e3f118adb992140e93150e2f23ce98031a43.tar.zst freebsd-ports-gnome-64a1e3f118adb992140e93150e2f23ce98031a43.zip |
Sorry, seems I committed the files in the old work dir.
This one is correct.
- png.3 -> png.4
- Put a copy of the distfile in my space at ftp.FreeBSD.org.
- Modify patch-aj as aclocal.m4 was changed in this silent update.
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3481831e9680..d1f3c7041a95 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/ -MASTER_SITE_SUBDIR= jseger +MASTER_SITE_SUBDIR= knu MAINTAINER= jseger@FreeBSD.org @@ -23,7 +23,7 @@ LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \ df.1:${PORTSDIR}/graphics/hdf \ jbig.1:${PORTSDIR}/graphics/jbigkit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ + png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ttf.4:${PORTSDIR}/print/freetype \ xml.5:${PORTSDIR}/textproc/libxml2 |