diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-06-06 03:29:58 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-06-06 03:29:58 +0000 |
commit | 3c89f9d101ea9a2d335ea2ec97bb94cd58e888b3 (patch) | |
tree | f7c4da7a47b00a16058332309610083d9d84d9c9 /sysutils/stalepid | |
parent | e7ecc69b07b0f024851ead7702ca5134d70e0c67 (diff) | |
download | ports-3c89f9d101ea9a2d335ea2ec97bb94cd58e888b3.tar.gz ports-3c89f9d101ea9a2d335ea2ec97bb94cd58e888b3.zip |
Notes
Diffstat (limited to 'sysutils/stalepid')
-rw-r--r-- | sysutils/stalepid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 3d19d97a51e6..acb1bf0591f8 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= eadler@FreeBSD.org COMMENT= Check for stale pid files and remove them -RUN_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error +RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error USE_PERL5_RUN= yes |