community/distcc: removed --with-gtk

This commit is contained in:
Kevin Mihelich 2011-10-24 11:48:21 -06:00
parent c91366d069
commit 70076fab44

View file

@ -5,9 +5,9 @@
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# - added --without-avahi to configure
# - removed gtk2 from deps
# - removed gtk2 from deps and --with-gtk from configure
plugrel=1
plugrel=2
pkgname=distcc
pkgver=3.1
@ -31,7 +31,6 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--with-gtk \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--without-avahi \