diff options
author | kris <kris@FreeBSD.org> | 2004-02-15 23:09:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-15 23:09:47 +0000 |
commit | 3c14f7e01c942f8b4c0c98975bdc0f176864c05f (patch) | |
tree | 5675ac16eb0a8b8ce0224cfa3fad6d1f950cf825 /emulators | |
parent | 533d9d1b47474936a99a9fd8cde90935867d74f9 (diff) | |
download | FreeBSD-ports-3c14f7e01c942f8b4c0c98975bdc0f176864c05f.zip FreeBSD-ports-3c14f7e01c942f8b4c0c98975bdc0f176864c05f.tar.gz |
BROKEN on 5.x: Broken pkg-plist
Diffstat (limited to 'emulators')
-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 ba8bdb4..2b4ff99 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> |