diff options
-rw-r--r-- | graphics/p5-cairo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index df074929cf4..79e2ac36e02 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/13 23:17:22 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/15 19:21:09 joerg Exp $ # DISTNAME= Cairo-${DIST_VER} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings to the cairo graphics library +USE_TOOLS+= pkg-config + DIST_VER= 1.023 DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends |