diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-04-11 22:48:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-04-11 22:48:06 +0000 |
commit | 38c9783898b9ecd91ae4e728a420543652d70170 (patch) | |
tree | 35575803d8f926a7f67dac9d6ef838cc143d8e26 | |
parent | 67aa920afa9db8fd079617d4473a77a08019bcee (diff) |
Notes
-rw-r--r-- | www/p5-RTx-Statistics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-RTx-Statistics/Makefile b/www/p5-RTx-Statistics/Makefile index f0c64745034f..888bb7f9ad4c 100644 --- a/www/p5-RTx-Statistics/Makefile +++ b/www/p5-RTx-Statistics/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= RTx::Statistics - Produces statistical information based on RT3 data BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt34 + ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt38 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.3+ |