diff options
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b592882758a1..432ec7d872c1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 7.0.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.0/ @@ -78,6 +78,7 @@ PORTSCOUT= limit:^7\.0 ALSA_CONFIGURE_ON= --with-alsa --without-oss ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_RUN_DEPENDS= libasound_module_pcm_oss.so:audio/alsa-plugins CUPS_CONFIGURE_WITH= cups CUPS_LIB_DEPENDS= libcups.so:print/cups |