diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-09 22:48:38 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-09 22:48:38 +0000 |
commit | c605e70d097cad336a430a0fa33227756d9bf844 (patch) | |
tree | 3ffb38a94e28a82d18cf88ea20d9c79d406c29fb /emulators/wine | |
parent | 8cf6b73c77a7e273918c208c7f9ceccb3f7845e8 (diff) | |
download | ports-c605e70d097cad336a430a0fa33227756d9bf844.tar.gz ports-c605e70d097cad336a430a0fa33227756d9bf844.zip |
Make FreeBSD 6.3 the minimum requirement, based on missing fixes in
older versions.
Notes
Notes:
svn path=/head/; revision=231960
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f6655fedcd26..01e204c6c891 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -78,8 +78,8 @@ LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+= --without-xslt .endif -.if ${OSVERSION} < 602000 -IGNORE= fails to properly work on versions of FreeBSD before 6.2 (due to problems with threading support) +.if ${OSVERSION} < 603000 +IGNORE= fails to properly work on versions of FreeBSD before 6.3 .endif post-patch: diff --git a/emulators/wine/files/pkg-message.in b/emulators/wine/files/pkg-message.in index 587808c4fac8..4a7394ead841 100644 --- a/emulators/wine/files/pkg-message.in +++ b/emulators/wine/files/pkg-message.in @@ -1,5 +1,5 @@ -Wine requires FreeBSD 6.2 or above; FreeBSD 7.0 or later is strongly -recommended. For FreeBSD 6.x you may want to consider the patch(es) +Wine requires FreeBSD 6.3 or above; FreeBSD 7.0 or later is strongly +recommended. For FreeBSD 6 you may want to consider the patch(es) provided at <http://wiki.freebsd.org/Wine>. The port also installs some of Wine's documentation which describes |