pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

arcanist: add php-curl, php-json dependencies



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Feb 17 18:41:29 2016 +0200
Changeset:	d59305195ee75c5bd1d93df128e64aaffa7bc3dd

Modified Files:
	arcanist/Makefile

Log Message:
arcanist: add php-curl, php-json dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d59305195ee75c5bd1d93df128e64aaffa7bc3dd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arcanist/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/arcanist/Makefile b/arcanist/Makefile
index d0dd657..3ebc7c6 100644
--- a/arcanist/Makefile
+++ b/arcanist/Makefile
@@ -43,6 +43,9 @@ do-install:
 	${RUN} ${LN} -s ${ARCANISTDIR}/bin/arc \
 		${DESTDIR}${PREFIX}/bin/arc
 
+DEPENDS+=	php-json-[0-9]*:../../textproc/php-json
+DEPENDS+=	php-curl-[0-9]*:../../www/php-curl
+
 .include "../../wip/mk/git-package.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/php/phpversion.mk"


Home | Main Index | Thread Index | Old Index