diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
| commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
| tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/p5-Unix-Lsof/Makefile | |
| parent | - shorter desc for options (diff) | |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'sysutils/p5-Unix-Lsof/Makefile')
| -rw-r--r-- | sysutils/p5-Unix-Lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-Unix-Lsof/Makefile b/sysutils/p5-Unix-Lsof/Makefile index 60c917a6462e..d1831f42b9eb 100644 --- a/sysutils/p5-Unix-Lsof/Makefile +++ b/sysutils/p5-Unix-Lsof/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gjvc@gjvc.com COMMENT= Unix::Lsof -- a wrapper to the Unix lsof utility -BUILD_DEPENDS= ${SITE_PERL}/IPC/Run3.pm:${PORTSDIR}/devel/p5-IPC-Run3 -RUN_DEPENDS= ${SITE_PERL}/IPC/Run3.pm:${PORTSDIR}/devel/p5-IPC-Run3 +BUILD_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 +RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 PERL_CONFIGURE= yes |
