diff options
Diffstat (limited to 'devel/p5-Event-ExecFlow/Makefile')
-rw-r--r-- | devel/p5-Event-ExecFlow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Event-ExecFlow/Makefile b/devel/p5-Event-ExecFlow/Makefile index d8b991bb8915..c809d9aa36f5 100644 --- a/devel/p5-Event-ExecFlow/Makefile +++ b/devel/p5-Event-ExecFlow/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= API for complex flow controls with asynchronous execution of external programs -BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Locale-libintl>=0:devel/p5-Locale-libintl RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |