diff options
author | tron <tron@pkgsrc.org> | 1998-02-24 14:45:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-24 14:45:15 +0000 |
commit | 1bc466838c36cb479c15d71bf6d2fce796ba7581 (patch) | |
tree | 752f809599285158b4b2d8e597b4d75b552958d6 /graphics/ImageMagick | |
parent | 9181ae75ad537d5aba97da83782af013584fec70 (diff) | |
download | pkgsrc-1bc466838c36cb479c15d71bf6d2fce796ba7581.tar.gz |
Reenable checksum. A missmatched checksum is much less confusing for
the user than non working patch files, fixes PR 5047.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index b8d906772fa..3a40b592a51 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -3,7 +3,7 @@ # Date created: 09th February 1998 # Whom: tron # -# $NetBSD: Makefile,v 1.12 1998/02/09 22:21:23 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/02/24 14:45:15 tron Exp $ # DISTNAME= ImageMagick-4.0.1 @@ -23,8 +23,6 @@ USE_IMAKE= yes XMKMF= ${MAKE_ENV} xmkmf -a MAKE_ENV= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} -NO_CHECKSUM= yes - CAT1= display.0 montage.0 import.0 animate.0 convert.0 identify.0 \ mogrify.0 combine.0 ImageMagick.0 xtp.0 |