summaryrefslogtreecommitdiff
path: root/emulators/vice/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/options.mk')
-rw-r--r--emulators/vice/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/options.mk b/emulators/vice/options.mk
index d4ba65e8bc4..c5266b45147 100644
--- a/emulators/vice/options.mk
+++ b/emulators/vice/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2020/01/01 16:30:37 rhialto Exp $
+# $NetBSD: options.mk,v 1.13 2020/04/23 17:45:26 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory
@@ -35,7 +35,7 @@ PLIST.sdl= yes
.if !empty(PKG_OPTIONS:Mffmpeg)
#BUILDLINK_DEPMETHOD.ffmpeg?= build
CONFIGURE_ARGS+= --enable-external-ffmpeg
-. include "../../multimedia/ffmpeg3/buildlink3.mk"
+. include "../../multimedia/ffmpeg4/buildlink3.mk"
.endif
# Building x64 is deprecated, in favour of x64sc (but that is slower).