diff options
Diffstat (limited to 'media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild')
-rw-r--r-- | media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild index 044d12b6d..64555df70 100644 --- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild +++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" # Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1 RESTRICT="test" -DEPEND=" +RDEPEND=" media-libs/libsdl media-libs/sdl-image[tiff] media-libs/freetype @@ -30,6 +30,7 @@ DEPEND=" ttf? ( media-libs/sdl-ttf ) lua? ( ${LUA_DEPS} ) " +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" ) |