From 0df2012087475a1678b919c4f6eb4a672e2a6a68 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 3 Dec 2023 10:00:20 +0100 Subject: [PATCH] graphics/gnash: restore ordering --- graphics/gnash/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 6f596bcb20dbe..e31ed74e453a4 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -36,15 +36,14 @@ USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \ CPE_VENDOR= gnu USE_CSTD= gnu11 USE_CXXSTD= c++11 -USE_GL= egl +USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango +USE_GL= egl USE_SDL= sdl -USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv +GNU_CONFIGURE= yes SYSCONFIGDIR= ${PREFIX}/etc -GNU_CONFIGURE= yes - # jemalloc leads to infinite recursion on FreeBSD CFLAGS+= -I${LOCALBASE}/ffmpeg4/include CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include