From 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:08:37 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. With hat: portmgr Sponsored by: Absolight --- irc/p5-AnyEvent-IRC/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc/p5-AnyEvent-IRC') diff --git a/irc/p5-AnyEvent-IRC/Makefile b/irc/p5-AnyEvent-IRC/Makefile index aa887df4bd13..9b343975db24 100644 --- a/irc/p5-AnyEvent-IRC/Makefile +++ b/irc/p5-AnyEvent-IRC/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Event system independent IRC protocol module -BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Object-Event>=0.7:${PORTSDIR}/devel/p5-Object-Event +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Object-Event>=0.7:devel/p5-Object-Event RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -- cgit