diff options
Diffstat (limited to 'recipes/xorg-app/xman_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xman_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xman_1.0.3.bb b/recipes/xorg-app/xman_1.0.3.bb index c858f8ca08..40c4009178 100644 --- a/recipes/xorg-app/xman_1.0.3.bb +++ b/recipes/xorg-app/xman_1.0.3.bb @@ -2,7 +2,7 @@ require xorg-app-common.inc DESCRIPTION = "manual page browser for X" DEPENDS += " libxaw libxprintutil libxp libxt" -RDEPENDS = " man" +RDEPENDS_${PN} = " man" PE = "1" FILES_${PN} += " /usr/share/X11/xman.help" |