diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-19 12:07:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-19 12:07:21 +0000 |
commit | ca7bd936da3042f142e582dcfc6df2a09404a287 (patch) | |
tree | 840bf2ac510f72e461f0abad4da9796268dbf6db | |
parent | Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS to (diff) |
fix RUN_DEPEDS
Noted by: kris
Notes
Notes:
svn path=/head/; revision=77163
-rw-r--r-- | sysutils/checkservice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |