imake: add depends for xorg-cf-files

This commit is contained in:
TJ Vanderpoel 2015-03-09 09:51:19 -05:00
parent cc8a2071de
commit c64bd074f7

View file

@ -1,9 +1,10 @@
# Template file for 'imake' # Template file for 'imake'
pkgname=imake pkgname=imake
version=1.0.7 version=1.0.7
revision=1 revision=2
hostmakedepends="pkg-config perl makedepend xorg-cf-files" hostmakedepends="pkg-config perl makedepend xorg-cf-files"
makedepends="xproto" makedepends="xproto"
depends="xorg-cf-files"
short_desc="X.Org imake program and related utilities" short_desc="X.Org imake program and related utilities"
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>" maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
license="GPL-2" license="GPL-2"