diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
commit | 446b7725cb79242bc01d08f7e5e2b4230e5c7fe0 (patch) | |
tree | 88d40bc65a05b30293b5d5582fa0c18fa6701e9b /www/p5-RT-Extension-SLA | |
parent | ab10c2714d9d883bd3f23c64fcffc9dd88272219 (diff) | |
download | ports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.tar.gz ports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.zip |
Notes
Diffstat (limited to 'www/p5-RT-Extension-SLA')
-rw-r--r-- | www/p5-RT-Extension-SLA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-RT-Extension-SLA/Makefile b/www/p5-RT-Extension-SLA/Makefile index edc749fb1cfb..203f722c11b5 100644 --- a/www/p5-RT-Extension-SLA/Makefile +++ b/www/p5-RT-Extension-SLA/Makefile @@ -17,7 +17,7 @@ COMMENT= RT extension to automate due dates using service levels LICENSE= GPLv2 -BUILD_DEPENDS= ${SITE_PERL}/Business/Hours.pm:${PORTSDIR}/misc/p5-Business-Hours +BUILD_DEPENDS= p5-Business-Hours>0:${PORTSDIR}/misc/p5-Business-Hours RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 @@ -35,8 +35,8 @@ RT_VER= 38 RT_VER= 40 .endif -BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER} -RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER} +BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} +RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} MAN3PREFIX= ${PREFIX} |