pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d593051
)
arcanist: use PHP_PKG_PREFIX in Makefile
author
coypu
<coypu@sdf.org>
Wed, 17 Feb 2016 18:10:21 +0000
(20:10 +0200)
committer
coypu
<coypu@sdf.org>
Wed, 17 Feb 2016 18:10:21 +0000
(20:10 +0200)
arcanist/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arcanist/Makefile
b/arcanist/Makefile
index 3ebc7c610d067df1253037ef338a5a8dbdf93f0d..28ff9f3af71f4ad73ba528ead5d80a556f62f1ba 100644
(file)
--- 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"