diff options
author | gerald <gerald@FreeBSD.org> | 2005-01-10 03:27:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-01-10 03:27:41 +0800 |
commit | d07ad46a2528c06d5ca585d06f6a40a5326e8742 (patch) | |
tree | 39249342cc12c149a2fd70658fa174d9693272ac /emulators | |
parent | 1298734d5c3431f765bed9cf272c3c9d890c144b (diff) | |
download | freebsd-ports-gnome-d07ad46a2528c06d5ca585d06f6a40a5326e8742.tar.gz freebsd-ports-gnome-d07ad46a2528c06d5ca585d06f6a40a5326e8742.tar.zst freebsd-ports-gnome-d07ad46a2528c06d5ca585d06f6a40a5326e8742.zip |
Improve IGNORE message.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0bb04005ef9a..6f0c4b5c38dc 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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) diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 71ff50fffdde..5a06c681cba1 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -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 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0bb04005ef9a..6f0c4b5c38dc 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -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) diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 71ff50fffdde..5a06c681cba1 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -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 |