arcanist: use PHP_PKG_PREFIX in Makefile
authorcoypu <coypu@sdf.org>
Wed, 17 Feb 2016 18:10:21 +0000 (20:10 +0200)
committercoypu <coypu@sdf.org>
Wed, 17 Feb 2016 18:10:21 +0000 (20:10 +0200)
arcanist/Makefile

index 3ebc7c610d067df1253037ef338a5a8dbdf93f0d..28ff9f3af71f4ad73ba528ead5d80a556f62f1ba 100644 (file)
@@ -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"