diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:13:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:13:46 +0800 |
commit | f876bfb079f21d57de13069d3d0bfd6544c8eef9 (patch) | |
tree | 6cc45a8b79e5c448ed048d32e009b3b82c32a6c4 /audio | |
parent | a9dc97bae86d95a1da4756a1427941e77fb0567d (diff) | |
download | freebsd-ports-graphics-f876bfb079f21d57de13069d3d0bfd6544c8eef9.tar.gz freebsd-ports-graphics-f876bfb079f21d57de13069d3d0bfd6544c8eef9.tar.zst freebsd-ports-graphics-f876bfb079f21d57de13069d3d0bfd6544c8eef9.zip |
BROKEN on 4.x: does not compile
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index b0c9437b9d8..83946463d97 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= Audio::Play.3 Audio::Data.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |