summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
commit78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch)
treead7fc41e83124b14a4f9c94aa2581bd3df105324 /emulators/vice
parentdeskutils: Add missing USES={gnome,mate,php} (diff)
e*: Add missing USES={gnome,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517045
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 6bb60e562f14..b5d13ab415ad 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -30,8 +30,8 @@ LIB_DEPENDS= libpng.so:graphics/png \
libgnutls.so:security/gnutls
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
-USES= compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
- gmake iconv:wchar_t jpeg readline gettext xorg
+USES= compiler:c++11-lang gettext gmake iconv:wchar_t jpeg \
+ localbase:ldflags makeinfo pkgconfig readline xorg
USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm
USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
HAS_CONFIGURE= yes
@@ -62,8 +62,10 @@ SDLSOUND_DESC= build with SDL2 sound system support
GTK3UI_CONFIGURE_ENABLE= native-gtk3ui
GTK3UI_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
+SDLUI2_USES= sdl
SDLUI2_USE= SDL=sdl2
SDLUI2_CONFIGURE_ENABLE= sdlui2
+SDLSOUND_USES= sdl
SDLSOUND_USE= SDL=sdl2
SDLSOUND_CONFIGURE_ON= --with-sdlsound
ALSA_CONFIGURE_OFF= --without-alsa
@@ -83,6 +85,7 @@ __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/ / /}' | ${AWK} \
.endif
.if ${PORT_OPTIONS:MGTK3UI}
+USES+= gnome gl
USE_GNOME+= gtk30 vte3 cairo gdkpixbuf2 pango
USE_GL+= glu gl
.endif