diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-04-13 19:47:53 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-04-13 19:47:53 +0800 |
commit | 399b4927c934d47e1ba337a2542b5c16de503738 (patch) | |
tree | 299913a1cecc0449743cffd86821b83b9ddb852f /www | |
parent | 2c559fbbf63e9180a2eda19a14066b3b0193e5df (diff) | |
download | freebsd-ports-gnome-399b4927c934d47e1ba337a2542b5c16de503738.tar.gz freebsd-ports-gnome-399b4927c934d47e1ba337a2542b5c16de503738.tar.zst freebsd-ports-gnome-399b4927c934d47e1ba337a2542b5c16de503738.zip |
This port doesn't work with RT 3.8, but does with 3.6, so move the
dependency to 3.6.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-RTx-Statistics/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-RTx-Statistics/Makefile b/www/p5-RTx-Statistics/Makefile index 888bb7f9ad4c..5f803d1fdae8 100644 --- a/www/p5-RTx-Statistics/Makefile +++ b/www/p5-RTx-Statistics/Makefile @@ -7,7 +7,7 @@ PORTNAME= RTx-Statistics PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= http://opensvn.csie.org/RTx_Statistics/releases/${PORTVERSION}/ PKGNAMEPREFIX= p5- @@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= RTx::Statistics - Produces statistical information based on RT3 data +# This module is not compatible with rt-3.8.0 or later. BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt38 + ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt36 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.3+ |