summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-05 04:40:11 +0000
committerjlam <jlam>2004-08-05 04:40:11 +0000
commit512b168b9624d56efe7c99515fb97f8438987d8f (patch)
tree0e375e1eae34e288a8ec3e329222b45323ca07d1 /graphics
parent20f3c9880531e97630984644f81714b0dd6b9e93 (diff)
downloadpkgsrc-512b168b9624d56efe7c99515fb97f8438987d8f.tar.gz
This package doesn't use the compiler.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GDGraph/Makefile5
-rw-r--r--graphics/p5-GDGraph3d/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile
index 5b41c2a94b2..d5d12e6c496 100644
--- a/graphics/p5-GDGraph/Makefile
+++ b/graphics/p5-GDGraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/09 00:45:45 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/05 04:40:11 jlam Exp $
#
DISTNAME= GDGraph-1.43
@@ -13,7 +13,8 @@ COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm
DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile
index e7575445fe0..d3854682a14 100644
--- a/graphics/p5-GDGraph3d/Makefile
+++ b/graphics/p5-GDGraph3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/05/09 00:45:45 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/08/05 04:41:24 jlam Exp $
DISTNAME= GDGraph3d-0.56
PKGNAME= p5-${DISTNAME}
@@ -11,7 +11,8 @@ COMMENT= GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm
DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph3d/.packlist
.include "../../lang/perl5/module.mk"