aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-21 22:55:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-21 22:55:43 +0800
commitd6eb94a00231f69f7cafe15074076d95468988df (patch)
tree036c24888ef699a36a0db41d047b3d0e7e3acbc8 /archivers
parentcac6415533f6217327d3ba62d8b8231cbf4be182 (diff)
downloadfreebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.gz
freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.zst
freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.zip
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS - Cosmetic change
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Extract-Libarchive/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Extract-Libarchive/Makefile b/archivers/p5-Archive-Extract-Libarchive/Makefile
index 3e629edce117..4339d960cb02 100644
--- a/archivers/p5-Archive-Extract-Libarchive/Makefile
+++ b/archivers/p5-Archive-Extract-Libarchive/Makefile
@@ -12,8 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generic archive extracting mechanism (using libarchive)
BUILD_DEPENDS= p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
-RUN_DEPENDS= p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
-
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Test-Pod>=1.04:${PORTSDIR}/devel/p5-Test-Pod