Improve IGNORE message.
This commit is contained in:
parent
cd38be476b
commit
a14f898557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125994
4 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ USE_GCC= 3.4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 503000
|
||||
IGNORE= Versions of FreeBSD before 5.3 lack sufficient threading support
|
||||
IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with threading support)
|
||||
.endif
|
||||
|
||||
.if defined(DEBUG)
|
||||
|
|
|
@ -709,7 +709,7 @@ lib/wine/ws2_32.dll.so
|
|||
lib/wine/wsock32.dll.so
|
||||
lib/wine/x11drv.dll.so
|
||||
share/aclocal/wine.m4
|
||||
share/applications/wine.desktop
|
||||
share/applications/wine.desktop
|
||||
share/wine/generic.ppd
|
||||
share/wine/wine.inf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
|
||||
|
|
|
@ -36,7 +36,7 @@ USE_GCC= 3.4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 503000
|
||||
IGNORE= Versions of FreeBSD before 5.3 lack sufficient threading support
|
||||
IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with threading support)
|
||||
.endif
|
||||
|
||||
.if defined(DEBUG)
|
||||
|
|
|
@ -709,7 +709,7 @@ lib/wine/ws2_32.dll.so
|
|||
lib/wine/wsock32.dll.so
|
||||
lib/wine/x11drv.dll.so
|
||||
share/aclocal/wine.m4
|
||||
share/applications/wine.desktop
|
||||
share/applications/wine.desktop
|
||||
share/wine/generic.ppd
|
||||
share/wine/wine.inf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
|
||||
|
|
Loading…
Reference in a new issue