diff options
author | youri <youri@pkgsrc.org> | 2016-03-04 16:00:12 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-03-04 16:00:12 +0000 |
commit | b830fe9dbd8ab57f9c66d444585ac2038b98282d (patch) | |
tree | 1f8198f670037490df6bc3db38adabb361759620 /devel/arcanist | |
parent | eea4ebdd79185daa3f6611125990a508a4d5e18c (diff) | |
download | pkgsrc-b830fe9dbd8ab57f9c66d444585ac2038b98282d.tar.gz |
Remove duplicate DEPENDS.
Diffstat (limited to 'devel/arcanist')
-rw-r--r-- | devel/arcanist/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index 395f84fb132..856a7d4e3bf 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/04 15:54:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/04 16:00:12 youri Exp $ DISTNAME= arcanist-20160224 CATEGORIES= devel @@ -14,9 +14,9 @@ LICENSE= apache-2.0 EXTRACT_USING= bsdtar USE_TOOLS+= bash bsdtar pax -DEPENDS= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl -DEPENDS= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json -DEPENDS= libphutil-[0-9]*:../../devel/libphutil +DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl +DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json +DEPENDS+= libphutil-[0-9]*:../../devel/libphutil REPLACE_BASH+= bin/arc @@ -31,9 +31,9 @@ SUBST_SED.php= -e 's,/usr/bin/env php,${PREFIX}/bin/php,' REPLACE_PYTHON+= scripts/breakout.py -NO_BUILD= yes +NO_BUILD= yes -ARCANISTDIR= share/arcanist +ARCANISTDIR= share/arcanist INSTALLATION_DIRS+= ${ARCANISTDIR} bin @@ -41,9 +41,6 @@ do-install: cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${PREFIX}/${ARCANISTDIR} ln -s ${PREFIX}/${ARCANISTDIR}/bin/arc ${DESTDIR}${PREFIX}/bin/arc -DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json -DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl - .include "../../lang/python/application.mk" .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/buildlink3.mk" |