diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:24:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:24:52 +0100 |
commit | 406ccf8df407e0292ee85d259a363c63e2be40a7 (patch) | |
tree | ef31550a36f41270dee4ca8984567ab01d9d5537 | |
parent | f1954c18585215024c878a636b2f0987ab34da1d (diff) |
gpm needs bison host
-rw-r--r-- | package/gpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gpm/Makefile b/package/gpm/Makefile index 8ea741164..7f9e1852d 100644 --- a/package/gpm/Makefile +++ b/package/gpm/Makefile @@ -5,11 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= gpm PKG_VERSION:= 1.20.7 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= e9a4ba2711753c89b37950aada7aed4a PKG_DESCR:= console mouse support PKG_SECTION:= misc -PKG_BUILDDEP:= autotool +PKG_BUILDDEP:= autotool bison-host PKG_URL:= http://launchpad.net/gpm PKG_SITES:= http://www.nico.schottelius.org/software/gpm/archives/ PKG_NOPARALLEL:= 1 |