aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Sphinx-Manager
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 14:55:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 14:55:43 +0000
commite15628ebf6a1fcfc276cffc40a3201aacba9138a (patch)
tree036c24888ef699a36a0db41d047b3d0e7e3acbc8 /textproc/p5-Sphinx-Manager
parent68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff)
downloadports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz
ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS - Cosmetic change
Notes
Notes: svn path=/head/; revision=325148
Diffstat (limited to 'textproc/p5-Sphinx-Manager')
-rw-r--r--textproc/p5-Sphinx-Manager/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-Sphinx-Manager/Makefile b/textproc/p5-Sphinx-Manager/Makefile
index d7ea2644456c..6c8d2914c7b1 100644
--- a/textproc/p5-Sphinx-Manager/Makefile
+++ b/textproc/p5-Sphinx-Manager/Makefile
@@ -18,10 +18,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
-RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
- p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
- p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
- p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5