emulators/wine: Fix ALSA run-time dependency
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 a26844393b.
Bump PORTREVSION.
PR: 273137
This commit is contained in:
committed by
Gerald Pfeifer
parent
6f144b23fb
commit
3a2594ed6f
@@ -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/
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user