diff options
-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 |