diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 07:06:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 07:06:45 +0000 |
commit | 00ca886ed4e0b16265d308f06269977fdc608fef (patch) | |
tree | c648ee8191c581d7844f56bece282547542f4725 /graphics/p5-Graph-Easy | |
parent | 78ed5f9954f5140180be6afad9be7801fb6aceef (diff) |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
Notes
Notes:
svn path=/head/; revision=281882
Diffstat (limited to 'graphics/p5-Graph-Easy')
-rw-r--r-- | graphics/p5-Graph-Easy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index 88604599983c..9d768a1b52b6 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -17,7 +17,7 @@ COMMENT= Render graphs as ASCII, HTML, SVG or Graphviz BUILD_DEPENDS= p5-Heap>0:${PORTSDIR}/devel/p5-Heap RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN1= graph-easy.1 |