Skip to content

Commit

Permalink
emulators/vice: fix option FFMPEG
Browse files Browse the repository at this point in the history
PR: 277971
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Mar 27, 2024
1 parent dc29da5 commit 3b23f3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emulators/vice/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vice
PORTVERSION= 3.8
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases

Expand All @@ -22,7 +22,6 @@ LIB_DEPENDS= libpng.so:graphics/png \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \
libavcodec.so:multimedia/ffmpeg \
libFLAC.so:audio/flac \
libpci.so:devel/libpci \
libfontconfig.so:x11-fonts/fontconfig \
Expand Down Expand Up @@ -77,6 +76,8 @@ ALSA_CONFIGURE_OFF= --without-alsa
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
PULSEAUDIO_CONFIGURE_OFF= --without-pulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
FFMPEG_LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4
FFMPEG_CONFIGURE_ENV= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig"
#ETHERNET_LIB_DEPENDS= libpcap.so:net/libpcap # conflict with base
ETHERNET_BUILD_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap
ETHERNET_RUN_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap
Expand Down

0 comments on commit 3b23f3c

Please sign in to comment.