diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 16:15:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 16:15:17 +0200 |
commit | ce66467dd08a9cd14ada59f78aaae2595ca8ad1b (patch) | |
tree | 240df53cdf9e2e3eb63a57c3ac0bea843fe19913 | |
parent | 55dbf3bde2f62bcc7aa57db7a69a2530ec06c1ef (diff) |
add build dependency
-rw-r--r-- | package/boost/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index cce3246fa..d0ac60891 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= efbfbff5a85a9330951f243d0a46e4b9 PKG_DESCR:= boost C++ library PKG_SECTION:= libs +PKG_BUILDDEP:= gettext-tiny PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} |