mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
vis: conflict with outils
This commit is contained in:
parent
8087801431
commit
efda401b1e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
||||||
depends="lua-lpeg"
|
depends="lua-lpeg"
|
||||||
|
@ -11,6 +11,7 @@ license="BSD"
|
||||||
homepage="https://github.com/martanne/vis"
|
homepage="https://github.com/martanne/vis"
|
||||||
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
||||||
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b
|
||||||
|
conflicts="outils" # /usr/bin/vis
|
||||||
|
|
||||||
CFLAGS="-DCONFIG_LUA=1"
|
CFLAGS="-DCONFIG_LUA=1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue