diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-05-16 19:16:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-05-17 06:01:58 +0000 |
commit | ce06cc145c1c4d9c4de159bf60d094ed367f6296 (patch) | |
tree | 77e709233a263c43e634b2ce4dbfb76ed0b38f7a | |
parent | f9ebfe247d8b66aaf874638ac78de4c4f2ba4a8c (diff) | |
download | ports-ce06cc145c1c4d9c4de159bf60d094ed367f6296.tar.gz ports-ce06cc145c1c4d9c4de159bf60d094ed367f6296.zip |
emulators/wine-devel: Complete packaging on 64-bit
This did not show up with 32-bit builds and it still packaged fine
with 64-bit builds, alas wow64cpu.dll ended up missing there.
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d3f10a7727ba..d373e41fadf2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= wine DISTVERSION= 6.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 76d52a1a8202..8ac660667bac 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -2566,6 +2566,7 @@ lib/wine/fakedlls/wmvcore.dll lib/wine/fakedlls/wnaspi32.dll lib/wine/fakedlls/wordpad.exe %%WINE32%%lib/wine/fakedlls/wow32.dll +%%WINE64%%lib/wine/fakedlls/wow64cpu.dll lib/wine/fakedlls/wpc.dll lib/wine/fakedlls/wpcap.dll lib/wine/fakedlls/write.exe @@ -3332,6 +3333,7 @@ lib/wine/wmvcore.dll.so lib/wine/wnaspi32.dll.so lib/wine/wordpad.exe.so %%WINE32%%lib/wine/wow32.dll.so +%%WINE64%%lib/wine/wow64cpu.dll.so lib/wine/wpc.dll.so lib/wine/wpcap.dll.so lib/wine/write.exe.so |