diff options
author | skv <skv@FreeBSD.org> | 2010-03-08 20:51:42 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2010-03-08 20:51:42 +0800 |
commit | 4d8e7927bd2b445d5a06d19766f9bc9990adb246 (patch) | |
tree | 86c92daa5dde19540637eff870c26e62bf177788 /devel | |
parent | bf5b35aac4993da9916560709cd05243d0ea397f (diff) | |
download | freebsd-ports-gnome-4d8e7927bd2b445d5a06d19766f9bc9990adb246.tar.gz freebsd-ports-gnome-4d8e7927bd2b445d5a06d19766f9bc9990adb246.tar.zst freebsd-ports-gnome-4d8e7927bd2b445d5a06d19766f9bc9990adb246.zip |
Fix dependency name.
Pointed by: QAT
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 65aef4c503f7..32cbe8f27d90 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -89,7 +89,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ .endif .ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= p5-chart>=1.0:${PORTSDIR}/graphics/p5-chart +RUN_DEPENDS+= p5-Chart>=1.0:${PORTSDIR}/graphics/p5-chart .endif .ifdef WITH_PATCH_VIEWER diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 65aef4c503f7..32cbe8f27d90 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -89,7 +89,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ .endif .ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= p5-chart>=1.0:${PORTSDIR}/graphics/p5-chart +RUN_DEPENDS+= p5-Chart>=1.0:${PORTSDIR}/graphics/p5-chart .endif .ifdef WITH_PATCH_VIEWER |