make: conflicts with chroot-make.
This commit is contained in:
parent
2958f59510
commit
0fb0452a94
|
@ -1,7 +1,8 @@
|
|||
# Template build file for 'make'
|
||||
pkgname=make
|
||||
version=3.82
|
||||
revision=4
|
||||
revision=5
|
||||
conflicts="chroot-make>=0"
|
||||
build_style=gnu-configure
|
||||
short_desc="The GNU make system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,7 +10,3 @@ homepage="http://www.gnu.org/software/make"
|
|||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
|
||||
checksum=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966
|
||||
long_desc="
|
||||
GNU Make is a program that determines which pieces of a large
|
||||
program need to be recompiled and issues the commands to
|
||||
recompile them, when necessary."
|
||||
|
|
Loading…
Reference in New Issue