pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
arcanist: use PHP_PKG_PREFIX in Makefile
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Wed Feb 17 20:10:21 2016 +0200
Changeset: 0edc544c62a6692bb74796bcd2af9614e105c188
Modified Files:
arcanist/Makefile
Log Message:
arcanist: use PHP_PKG_PREFIX in Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0edc544c62a6692bb74796bcd2af9614e105c188
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
arcanist/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/arcanist/Makefile b/arcanist/Makefile
index 3ebc7c6..28ff9f3 100644
--- a/arcanist/Makefile
+++ b/arcanist/Makefile
@@ -43,8 +43,8 @@ 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
+DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
.include "../../wip/mk/git-package.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index