diff options
-rw-r--r-- | emulators/mame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 53451ca003b..52de8cb3b33 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2016/10/01 16:45:46 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2016/10/02 08:20:24 maya Exp $ DISTNAME= mame-0.178 CATEGORIES= emulators @@ -19,7 +19,6 @@ INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/chains/crt-geom ${SHAREDIR}/hash DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf USE_LANGUAGES= c99 c++ -# 4.9 is enough, but doesn't build with SSP support on NetBSD GCC_REQD+= 5.3 USE_TOOLS+= bsdtar gmake pkg-config UNLIMIT_RESOURCES+= datasize |