diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:12:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:12:27 +0000 |
commit | 740398d074a1b7b914718bf50da8e650de51d326 (patch) | |
tree | 7b3ce8d9f82b7a312c2516d350e8e0bd3f91f6f1 /graphics | |
parent | a417c0a985f728c0faeb9ac9d8c84be7f0b483c3 (diff) | |
download | pkgsrc-740398d074a1b7b914718bf50da8e650de51d326.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index e1f8b14d211..c962b0522f8 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2004/04/24 04:39:30 reed Exp $ +# $NetBSD: Makefile,v 1.117 2004/04/25 05:15:27 minskim Exp $ .include "Makefile.common" @@ -13,6 +13,8 @@ DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 7d9ca7af731..a916814dc25 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/03/23 19:53:33 tron Exp $ +# $NetBSD: Makefile,v 1.35 2004/04/25 05:18:48 minskim Exp $ .include "../../graphics/ImageMagick/Makefile.common" @@ -14,6 +14,8 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_LIBTOOL= YES |