diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:28:14 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:28:43 +0300 |
commit | 5fbc91bb8effb64eddd42a15a85707f1c3b59d93 (patch) | |
tree | c9eff61badb167a653bbb65fa1a0c3e00e8855bb /emulators/wine-devel | |
parent | emulators/wine: fix packaging, add missed gstreamer component to plist (diff) |
emulators/wine-devel: fix packaging, add missed gstreamer component to plist
Approved by: portmgr blanket (trivial packaging fix)
Sponsored by: Future Crew, LLC
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4f57128ce091..f70d6636d05e 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= wine DISTVERSION= 9.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 67af7a1b2f8a..2331a87cba24 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -2133,6 +2133,7 @@ lib/wine/%%WINEARCH%%-windows/libwindowscodecsext.a lib/wine/%%WINEARCH%%-windows/libwinecrt0.a lib/wine/%%WINEARCH%%-windows/libwined3d.a lib/wine/%%WINEARCH%%-windows/libwinedmo.a +%%GSTREAMER%%lib/wine/%%WINEARCH%%-windows/libwinegstreamer.a lib/wine/%%WINEARCH%%-windows/libwinevulkan.a lib/wine/%%WINEARCH%%-windows/libwing32.a lib/wine/%%WINEARCH%%-windows/libwinhttp.a |