diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /www/p5-Protocol-XMLRPC | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) | |
download | ports-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 'www/p5-Protocol-XMLRPC')
-rw-r--r-- | www/p5-Protocol-XMLRPC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Protocol-XMLRPC/Makefile b/www/p5-Protocol-XMLRPC/Makefile index fd525563fdcc..eb3e3b8fe43d 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 |