diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile index 194082c2def2..4ee0f0ac3531 100644 --- a/emulators/dosbox-x/Makefile +++ b/emulators/dosbox-x/Makefile @@ -1,30 +1,30 @@ PORTNAME= dosbox-x DISTVERSIONPREFIX= ${PORTNAME}-v DISTVERSION= 0.83.24 CATEGORIES= emulators MAINTAINER= nc@FreeBSD.org COMMENT= DOSBox fork LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= autoreconf cpe iconv sdl +USES= autoreconf iconv sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline USE_SDL= net sdl sound USE_GITHUB= yes GH_ACCOUNT= joncampbell123 OPTIONS_DEFINE= DOCS OPTIONS_RADIO= DEBUGGER OPTIONS_RADIO_DEBUGGER= DEBUGGER_ENABLE DEBUGGER_HEAVY DEBUGGER_ENABLE_DESC= Enable internal debugger DEBUGGER_HEAVY_DESC= Enable internal debugger with extra features DEBUGGER_ENABLE_CONFIGURE_ON= --enable-debug=yes DEBUGGER_HEAVY_CONFIGURE_ON= --enable-debug=heavy .include