summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 23:16:25 +0000
committerkris <kris@FreeBSD.org>2004-02-07 23:16:25 +0000
commit8edf75e8cfc473b0247ab8b90c5f6e00d6e147ac (patch)
treee33a24f9f8342d1ed1a137e7d6109d17a4d6c61c /emulators
parent101221e5ca0e717808738059d68a28f307a67c73 (diff)
downloadFreeBSD-ports-8edf75e8cfc473b0247ab8b90c5f6e00d6e147ac.zip
FreeBSD-ports-8edf75e8cfc473b0247ab8b90c5f6e00d6e147ac.tar.gz
BROKEN on 5.x: broken plist
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 cf24784..ddd2aa4 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 cf24784..ddd2aa4 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
OpenPOWER on IntegriCloud