From ac195c4543e97fe88498e4e67839cf47c5158a88 Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 30 Jun 2017 22:22:45 +0000 Subject: [PATCH] fix dependency --- www/rt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/rt/Makefile b/www/rt/Makefile index ebeee109c5c..5b6f9af756e 100644 --- a/www/rt/Makefile +++ b/www/rt/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2017/06/30 16:43:53 pirofti Exp $ +# $OpenBSD: Makefile,v 1.38 2017/06/30 22:22:45 naddy Exp $ COMMENT= industrial-grade ticketing system DISTNAME= rt-4.4.1 +REVISION= 0 CATEGORIES= www MAINTAINER= Robert Nagy @@ -20,7 +21,6 @@ RUN_DEPENDS= converters/p5-Convert-ASN1 \ databases/p5-DBI \ databases/p5-DBIx-SearchBuilder \ databases/p5-Data-Page \ - devel/p5-Business-Hours \ devel/p5-Class-ReturnValue \ devel/p5-Data-UUID \ devel/p5-Data-GUID \ @@ -56,6 +56,7 @@ RUN_DEPENDS= converters/p5-Convert-ASN1 \ mail/p5-MIME-Types \ mail/p5-MIME-tools \ math/graphviz,-main \ + math/p5-Business-Hours \ math/p5-GraphViz \ math/p5-Set-IntSpan \ net/p5-Net-CIDR \