diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 23:09:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 23:09:47 +0000 |
commit | a43ba6f93c732ef41694aee974de808ca2813789 (patch) | |
tree | 7e233e94bda8c778f55d26d3526c3b4a8059e2e5 | |
parent | e5f2e64cc2ecf06df7e4ebcf8788b53f29c9d340 (diff) | |
download | freebsd-ports-a43ba6f93c732ef41694aee974de808ca2813789.zip |
BROKEN on 5.x: Broken pkg-plist
-rw-r--r-- | emulators/hfsplusutils/Makefile | 4 |
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> |