diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-06 16:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-06 16:25:16 +0000 |
commit | eb10fef04cc2279bcb24562ecaf47e6d8e11670a (patch) | |
tree | a89af3bb7618f6a7942ef1b3e32b6d5c9e79e703 /Mk/Scripts | |
parent | security/py-python-gnupg: update to 0.4.1 (diff) |
Add a hint about devel/boost-python-libs.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=463734
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 4296c0b284ec..d3847a7b1320 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -515,6 +515,8 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "multimedia/gstreamer1" ]; then warn "you need to use USE_GSTREAMER1+=yes" elif [ ${pkg} = "multimedia/gstreamer1-plugins" ]; then warn "you need to use USE_GSTREAMER1+=yes" elif [ ${pkg} = "multimedia/gstreamer1-plugins-bad" ]; then warn "you need to use USE_GSTREAMER1+=bad" + # boost related + elif [ ${pkg} = "devel/boost-python-libs" ]; then warn "you need to add LIB_DEPENDS+=\${PY_BOOST} and maybe USES+=python" # sdl-related elif [ ${pkg} = 'devel/sdl12' ]; then warn "you need USE_SDL+=sdl" |