summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authordarcy <darcy>2014-10-01 13:22:04 +0000
committerdarcy <darcy>2014-10-01 13:22:04 +0000
commitb402172c4ce4afe139c191dea54aabfd101bd946 (patch)
tree16fd3b758b76559b4358bdf84d369c8a497c90de /graphics/p5-PerlMagick
parent8314c4ff4d3c9fb26c440a7d23f5f3da573abd86 (diff)
downloadpkgsrc-b402172c4ce4afe139c191dea54aabfd101bd946.tar.gz
Include fontconfig builtin3.mk.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index 9c193c168fc..f28ca0f9ad1 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.104 2014/08/22 11:24:36 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2014/10/01 13:22:04 darcy Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5pma
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -31,5 +31,6 @@ post-configure: perl5-configure
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION}
.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"