Skip to content

Commit

Permalink
emulators/wine: Fix ALSA run-time dependency
Browse files Browse the repository at this point in the history
The form libfoo.so:category/port only works for LIB_DEPENDS; for
RUN_DEPENDS we need to depend on the port as such. This fixes up
commit a268443.

Bump PORTREVSION.

PR:		273137
  • Loading branch information
Alexander88207 authored and Gerald Pfeifer committed Aug 18, 2023
1 parent 6f144b2 commit 3a2594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emulators/wine/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wine
DISTVERSION= 7.0.2
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/7.0/
Expand Down Expand Up @@ -78,7 +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
ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins

CUPS_CONFIGURE_WITH= cups
CUPS_LIB_DEPENDS= libcups.so:print/cups
Expand Down

0 comments on commit 3a2594e

Please sign in to comment.