mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Fix pkg-plist when the MPG123 option is set.
Add USES=desktop-file-utils as suggested by stage-qa. PR: 195903 Submitted by: amdmi3
This commit is contained in:
parent
81d05767f3
commit
607f941566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374992
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.6.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -43,7 +43,7 @@ WINELIBDIR?= ${PREFIX}/lib
|
|||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USES= bison compiler:c11 gmake shebangfix tar:bzip2
|
||||
USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:bzip2
|
||||
SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl
|
||||
USE_GL= glu
|
||||
USE_XORG= xcomposite xcursor xi xpm xrandr xrender
|
||||
|
|
|
@ -1374,6 +1374,7 @@ lib/wine/fakedlls/winefile.exe
|
|||
lib/wine/fakedlls/winemapi.dll
|
||||
lib/wine/fakedlls/winemenubuilder.exe
|
||||
lib/wine/fakedlls/winemine.exe
|
||||
%%MPG123%%lib/wine/fakedlls/winemp3.acm
|
||||
lib/wine/fakedlls/winemsibuilder.exe
|
||||
lib/wine/fakedlls/wineoss.drv
|
||||
lib/wine/fakedlls/winepath.exe
|
||||
|
@ -1907,6 +1908,7 @@ lib/wine/winefile.exe.so
|
|||
lib/wine/winemapi.dll.so
|
||||
lib/wine/winemenubuilder.exe.so
|
||||
lib/wine/winemine.exe.so
|
||||
%%MPG123%%lib/wine/winemp3.acm.so
|
||||
lib/wine/winemsibuilder.exe.so
|
||||
lib/wine/wineoss.drv.so
|
||||
lib/wine/winepath.exe.so
|
||||
|
|
Loading…
Add table
Reference in a new issue