diff options
Diffstat (limited to 'emulators/mame/Makefile.common')
-rw-r--r-- | emulators/mame/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/mame/Makefile.common b/emulators/mame/Makefile.common index 5e71d24d1ae..fef3a3fa855 100644 --- a/emulators/mame/Makefile.common +++ b/emulators/mame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2014/09/24 20:33:31 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2014/11/27 12:46:59 wiz Exp $ # # used by emulators/mame/Makefile # used by emulators/mess/Makefile @@ -73,9 +73,9 @@ post-extract: .include "../../lang/python/application.mk" .include "../../devel/GConf/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" -.include "../../devel/SDL_ttf/buildlink3.mk" +.include "../../devel/SDL2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/SDL2_ttf/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |