summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-15 23:09:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-15 23:09:47 +0000
commita43ba6f93c732ef41694aee974de808ca2813789 (patch)
tree7e233e94bda8c778f55d26d3526c3b4a8059e2e5 /emulators
parent- Fix path to qmake.conf (diff)
BROKEN on 5.x: Broken pkg-plist
Notes
Notes: svn path=/head/; revision=100996
Diffstat (limited to 'emulators')
-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>