summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
commit9e9dcdd897e281ba542f43777310f92388c5e51e (patch)
treec49e874fd657bc4d06f988f985a514fc051e7c8f /audio
parentBROKEN on 4.x: broken pkg-plist (diff)
BROKEN on 4.x: does not compile
Notes
Notes: svn path=/head/; revision=101614
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Audio/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile
index b0c9437b9d8e..83946463d978 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>