mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-puzzle/xdemineur: fix DEPEND and src_configure issues
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
@@ -15,17 +15,22 @@ KEYWORDS="~amd64"
|
||||
BDEPEND="
|
||||
x11-misc/imake
|
||||
"
|
||||
DEPEND="
|
||||
${BDEPEND}
|
||||
RDEPEND="
|
||||
x11-libs/libX11
|
||||
x11-libs/libXpm
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-include.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
xmkmf || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
xmkmf
|
||||
emake
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user