aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/hfsplusutils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile
index ba8bdb415c56..2b4ff996847f 100644
--- a/emulators/hfsplusutils/Makefile
+++ b/emulators/hfsplusutils/Makefile
@@ -57,4 +57,8 @@ post-install:
BROKEN= "Does not build on FreeBSD 4.x or earlier"
.endif
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
.include <bsd.port.post.mk>