aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Protocol-XMLRPC/Makefile
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 /www/p5-Protocol-XMLRPC/Makefile
parentcac6415533f6217327d3ba62d8b8231cbf4be182 (diff)
downloadfreebsd-ports-graphics-d6eb94a00231f69f7cafe15074076d95468988df.tar.gz
freebsd-ports-graphics-d6eb94a00231f69f7cafe15074076d95468988df.tar.zst
freebsd-ports-graphics-d6eb94a00231f69f7cafe15074076d95468988df.zip
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS - Cosmetic change
Diffstat (limited to 'www/p5-Protocol-XMLRPC/Makefile')
-rw-r--r--www/p5-Protocol-XMLRPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Protocol-XMLRPC/Makefile b/www/p5-Protocol-XMLRPC/Makefile
index fd525563fdc..eb3e3b8fe43 100644
--- a/www/p5-Protocol-XMLRPC/Makefile
+++ b/www/p5-Protocol-XMLRPC/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XML-RPC implementation
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
-RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5