diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-15 19:21:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-15 19:21:09 +0000 |
commit | 7af10fa0a523916bb1d6dd06be72fdd239ecd762 (patch) | |
tree | 87b31bd37432476937fdea7da0aa9e2be4275c56 /graphics/p5-cairo/Makefile | |
parent | 0a0e12eeca2e31056694b7b0a8f22349455ec116 (diff) | |
download | pkgsrc-7af10fa0a523916bb1d6dd06be72fdd239ecd762.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics/p5-cairo/Makefile')
-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 |