diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-07 08:13:02 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-07 08:13:02 +0000 |
commit | 3974b865d741d91157fe16dc650f554280207f16 (patch) | |
tree | c551156c3b99432ffd52a1477fe3bdfed966ef8f /devel/p5-File-chdir | |
parent | f2208b422ef129c73ad9066d9d0b56b0d4c215ae (diff) | |
download | ports-3974b865d741d91157fe16dc650f554280207f16.tar.gz ports-3974b865d741d91157fe16dc650f554280207f16.zip |
Notes
Diffstat (limited to 'devel/p5-File-chdir')
-rw-r--r-- | devel/p5-File-chdir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-chdir/Makefile b/devel/p5-File-chdir/Makefile index 3e7016a2cef7..8deb3dcd131c 100644 --- a/devel/p5-File-chdir/Makefile +++ b/devel/p5-File-chdir/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A more sensible way to change directories -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools PERL_CONFIGURE= yes |