diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-04-13 21:48:46 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-04-13 21:48:46 +0800 |
commit | 288bca3b2b5c6145b98b03b3da1a40bc60378746 (patch) | |
tree | 6209ff64c6838736a2b3bba9c7d5deccda740cec /archivers | |
parent | 4b070685c390aa4d1418797379d0032c81b66266 (diff) | |
download | freebsd-ports-gnome-288bca3b2b5c6145b98b03b3da1a40bc60378746.tar.gz freebsd-ports-gnome-288bca3b2b5c6145b98b03b3da1a40bc60378746.tar.zst freebsd-ports-gnome-288bca3b2b5c6145b98b03b3da1a40bc60378746.zip |
- devel/p5-IPC-Cmd has to be >= 0.64
Notify by: bapt@ (irc)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index 1f3f6306a7e2..94e4735e2364 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A generic archive extracting mechanism +RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd BUILD_DEPENDS= ${RUN_DEPENDS} MAKE_JOBS_SAFE= yes @@ -24,10 +25,6 @@ PERL_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd -.endif - .if ${PERL_LEVEL} < 500905 RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ |