Date: Wednesday, April 17, 2013 @ 08:12:16 Author: andrea Revision: 183063
Add missing makedeps Modified: telepathy-kde-contact-list/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-17 06:09:00 UTC (rev 183062) +++ PKGBUILD 2013-04-17 06:12:16 UTC (rev 183063) @@ -11,7 +11,7 @@ url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') depends=('telepathy-kde-common-internals' 'kdebase-runtime') -makedepends=('cmake' 'automoc4') +makedepends=('cmake' 'automoc4' 'boost') groups=('kde-telepathy') install=${pkgname}.install source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
