diff options
author | gerald <gerald@FreeBSD.org> | 2011-05-16 00:00:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-05-16 00:00:28 +0800 |
commit | a733a21b683291b0dc46dbee9da9746651eb7c69 (patch) | |
tree | f928763b27980a73076a45e82710f7f5a3a93504 /emulators | |
parent | a515653014d11868da70694fe47f82fe8c37103b (diff) | |
download | freebsd-ports-gnome-a733a21b683291b0dc46dbee9da9746651eb7c69.tar.gz freebsd-ports-gnome-a733a21b683291b0dc46dbee9da9746651eb7c69.tar.zst freebsd-ports-gnome-a733a21b683291b0dc46dbee9da9746651eb7c69.zip |
Mark IGNORE for versions of FreeBSD before than 8.0. The version of
the sound subsystem on those is just too incomplete.
PR: 156983
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e426b9bf0969..a77c97cef603 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -114,8 +114,8 @@ CONFIGURE_ARGS+= --without-openal RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif -.if ${OSVERSION} < 603000 -IGNORE= fails to properly work on versions of FreeBSD before 6.3 +.if ${OSVERSION} < 800000 +IGNORE= lacks required sound support on FreeBSD before 8.0 .endif post-patch: diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e426b9bf0969..a77c97cef603 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -114,8 +114,8 @@ CONFIGURE_ARGS+= --without-openal RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif -.if ${OSVERSION} < 603000 -IGNORE= fails to properly work on versions of FreeBSD before 6.3 +.if ${OSVERSION} < 800000 +IGNORE= lacks required sound support on FreeBSD before 8.0 .endif post-patch: |