diff options
Diffstat (limited to 'devel/p5-File-CreationTime/Makefile')
-rw-r--r-- | devel/p5-File-CreationTime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-CreationTime/Makefile b/devel/p5-File-CreationTime/Makefile index 3bcadea61360..4a60be1ecf1f 100644 --- a/devel/p5-File-CreationTime/Makefile +++ b/devel/p5-File-CreationTime/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Keeps track of file creation times -BUILD_DEPENDS= p5-File-Attributes>=0:devel/p5-File-Attributes -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Attributes>=0:devel/p5-File-Attributes USES= perl5 USE_PERL5= configure |