summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-07 23:16:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-07 23:16:25 +0000
commit52f9d812c4c4c0e7d395737d3f1b69a743f183d8 (patch)
tree6805890f2ead0a508c9aed4d4bc84f8179d1915e /emulators
parent- Fix build on AMD64 (diff)
BROKEN on 5.x: broken plist
Notes
Notes: svn path=/head/; revision=100301
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index cf24784a6332..ddd2aa4cfdc1 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -38,6 +38,10 @@ USE_GCC= 3.3
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index cf24784a6332..ddd2aa4cfdc1 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -38,6 +38,10 @@ USE_GCC= 3.3
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
.if defined(DEBUG)
STRIP=
.else