mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
boost-build: fix wrong rundep.
This commit is contained in:
parent
ac9cfd6fec
commit
032f9241f3
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'boost-build'.
|
# Template file for 'boost-build'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="${short_desc} (Boost.Build framework)"
|
short_desc="${short_desc} (Boost.Build framework)"
|
||||||
long_desc="
|
long_desc="
|
||||||
Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
|
Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
|
||||||
|
@ -11,7 +12,7 @@ long_desc="
|
||||||
conf_files="/etc/site-config.jam"
|
conf_files="/etc/site-config.jam"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
Add_dependency run bjam
|
Add_dependency run boost-jam
|
||||||
Add_dependency run boost-devel
|
Add_dependency run boost-devel
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
Loading…
Add table
Reference in a new issue