summaryrefslogtreecommitdiff
path: root/www/p5-RT-Extension-SLA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-RT-Extension-SLA/Makefile')
-rw-r--r--www/p5-RT-Extension-SLA/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-RT-Extension-SLA/Makefile b/www/p5-RT-Extension-SLA/Makefile
index 80d42d413fbe..8c14d8b62671 100644
--- a/www/p5-RT-Extension-SLA/Makefile
+++ b/www/p5-RT-Extension-SLA/Makefile
@@ -12,8 +12,8 @@ COMMENT= RT extension to automate due dates using service levels
LICENSE= GPLv2
-BUILD_DEPENDS= p5-Business-Hours>0:misc/p5-Business-Hours
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Business-Hours>0:misc/p5-Business-Hours
# SLA functionality comes as standard in RT 4.4.x
CONFLICTS_INSTALL= rt44-4.4.*
@@ -40,7 +40,6 @@ RT_VER= ${opt:S/RT//}
### Temporary for debugging
#WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work${RT_VER}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:www/rt${RT_VER}
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:www/rt${RT_VER}
PLIST_SUB+= RTHOME=share/rt${RT_VER}