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 | 8be2eb800c960b7de9713e80715b1b76c36a9b66 (patch) | |
tree | 7b3ce8d9f82b7a312c2516d350e8e0bd3f91f6f1 /graphics/p5-PerlMagick | |
parent | 15c97dee87e4c34f76c658e17dd233740f00693e (diff) | |
download | pkgsrc-8be2eb800c960b7de9713e80715b1b76c36a9b66.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |