diff options
author | youri <youri@pkgsrc.org> | 2016-03-05 17:11:22 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-03-05 17:11:22 +0000 |
commit | ec46e158a462a385a158efb9fa3a212007d382ae (patch) | |
tree | 0820661aec375ae26d4447bb0c173b70742b7afc /devel | |
parent | 050571203760835a21d0a2b1135a89b6a2dab99c (diff) | |
download | pkgsrc-ec46e158a462a385a158efb9fa3a212007d382ae.tar.gz |
Conflicts with archivers/arc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arcanist/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index 856a7d4e3bf..6c9e51f7b4b 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/03/04 16:00:12 youri Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/05 17:11:22 youri Exp $ DISTNAME= arcanist-20160224 CATEGORIES= devel @@ -18,6 +18,8 @@ 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 +CONFLICTS+= arc-[0-9]*:../../archivers/arc + REPLACE_BASH+= bin/arc SUBST_CLASSES+= php |