diff options
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 26758c47be45..9cb448453776 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -14,13 +14,12 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ libpng.so:graphics/png \ libenet.so:net/enet \ libcurl.so:ftp/curl -BUILD_DEPENDS= convert:graphics/ImageMagick6 USE_GITHUB= yes GH_ACCOUNT= Enigma-Game GH_PROJECT= Enigma -USES= autoreconf:build gettext gmake iconv localbase pkgconfig sdl +USES= autoreconf:build gettext gmake iconv localbase magick:6,build pkgconfig sdl GNU_CONFIGURE= yes USE_SDL= sdl2 image2 mixer2 ttf2 CONFIGURE_ARGS= --with-system-enet |