From 3216dc02e2dd9a053c36019ef89851e361def93d Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 19 Mar 2003 12:07:21 +0000 Subject: fix RUN_DEPEDS Noted by: kris --- sysutils/checkservice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/checkservice/Makefile b/sysutils/checkservice/Makefile index a33c8d34763e..7dd1e4a77d53 100644 --- a/sysutils/checkservice/Makefile +++ b/sysutils/checkservice/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.linvision.com/checkservice/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Checkservice is written to check the status of the services -RUN_DEPENDS= ${SITE_PERL}/${PERL_VER}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools USE_REINPLACE= yes USE_PERL5_RUN= YES -- cgit