diff options
author | crees <crees@FreeBSD.org> | 2012-07-01 22:43:24 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-07-01 22:43:24 +0800 |
commit | c99cdfe5d435f38569e624c18c0b964bc6eb3725 (patch) | |
tree | dd63c3bf0059e31f328b9769730c8bc50b142996 /devel | |
parent | 1204e0a4c00adb353b5205930c7f518c01d70016 (diff) | |
download | freebsd-ports-gnome-c99cdfe5d435f38569e624c18c0b964bc6eb3725.tar.gz freebsd-ports-gnome-c99cdfe5d435f38569e624c18c0b964bc6eb3725.tar.zst freebsd-ports-gnome-c99cdfe5d435f38569e624c18c0b964bc6eb3725.zip |
Update devel/p5-chart --> devel/p5-Chart to fix INDEX build
Pointyhat: sunpoet
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 59082bac7cc3..043e04c2cf14 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -82,7 +82,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ .endif .ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-chart +RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart .endif .ifdef WITH_PATCH_VIEWER diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index b5e02c50a56c..06cd62e477e3 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -82,7 +82,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ .endif .ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-chart +RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart .endif .ifdef WITH_PATCH_VIEWER |