diff options
author | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
commit | ea3fd449152f0a92cda167c5b3660acda96d635f (patch) | |
tree | 55863bae65aff4552b775bc83309be0da1bbf453 /graphics | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3f8657c0e8e..cb90a448b64 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/06/22 12:39:47 agc Exp $ +# $NetBSD: Makefile,v 1.21 1998/07/03 23:30:09 tron Exp $ # DISTNAME= ImageMagick-4.0.6 @@ -12,6 +12,7 @@ DEPENDS+= jpeg-6a:../../graphics/jpeg DEPENDS+= png-0.96:../../graphics/png DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib +MIRROR_DISTFILE= no USE_IMAKE= yes XMKMF= ${MAKE_ENV} xmkmf -a MAKE_ENV= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} |