diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-19 00:38:24 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-19 00:38:24 (GMT) |
commit | cc8edc447eb08fbaefc37fba12f50291ba62dd63 (patch) | |
tree | f253be3c6029e567cc49232c30d2f868bfe3fdc1 /abs/core-testing/lirc/PKGBUILD | |
parent | 7577e4afd76fc97777b36bc22635a5239138a0c0 (diff) | |
download | linhes_pkgbuild-cc8edc447eb08fbaefc37fba12f50291ba62dd63.zip linhes_pkgbuild-cc8edc447eb08fbaefc37fba12f50291ba62dd63.tar.gz linhes_pkgbuild-cc8edc447eb08fbaefc37fba12f50291ba62dd63.tar.bz2 |
lirc: add python to makedepends
Diffstat (limited to 'abs/core-testing/lirc/PKGBUILD')
-rw-r--r-- | abs/core-testing/lirc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/lirc/PKGBUILD b/abs/core-testing/lirc/PKGBUILD index 6c5cbf6..5406783 100644 --- a/abs/core-testing/lirc/PKGBUILD +++ b/abs/core-testing/lirc/PKGBUILD @@ -10,7 +10,7 @@ arch=(i686 x86_64) url="http://www.lirc.org/" license=('GPL') depends=('lirc-utils=0.8.5CVS' 'kernel26>=2.6.27' 'kernel26<2.6.29' 'iguanaIR') -#makedepends=('help2man') +makedepends=('python') replaces=('lirc+pctv') options=('!makeflags') install=$pkgname.install |