diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-08-05 19:22:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-08-05 19:22:54 +0000 |
commit | e7814d589d41238dfefe2f25a97a8fd335317b95 (patch) | |
tree | e8bd0260970fab0a649a1acf1c9ab9b6f3d40746 | |
parent | devel/llvm19: 19.1.0-rc2 (diff) |
emulators/wine: %%WINEARCH%%-windows/mmcndmgr.dll isn't 32-bit only
PR: 280448, 220950
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f34ff18eacac..0348a6e9df35 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 9.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.0/ diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index ede1f72d7323..93bff7a97a70 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -2632,7 +2632,7 @@ lib/wine/%%WINEARCH%%-windows/mfsrcsnk.dll lib/wine/%%WINEARCH%%-windows/mgmtapi.dll lib/wine/%%WINEARCH%%-windows/midimap.dll lib/wine/%%WINEARCH%%-windows/mlang.dll -%%WINE32%%lib/wine/%%WINEARCH%%-windows/mmcndmgr.dll +lib/wine/%%WINEARCH%%-windows/mmcndmgr.dll lib/wine/%%WINEARCH%%-windows/mmdevapi.dll %%WINE32%%lib/wine/%%WINEARCH%%-windows/mmdevldr.vxd %%WINE32%%lib/wine/%%WINEARCH%%-windows/mmsystem.dll16 |