aboutsummaryrefslogtreecommitdiff
path: root/audio/beep
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-07 11:27:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-07 11:27:35 +0000
commit4b5e1e647e544428d2f87260e0d22ad66e496fb1 (patch)
treebcf55660d56ba62f28ed04f84b61f18b9a9bcb98 /audio/beep
parentc3ed054c087c3f40412f1edbc54e7da444396f20 (diff)
downloadports-4b5e1e647e544428d2f87260e0d22ad66e496fb1.tar.gz
ports-4b5e1e647e544428d2f87260e0d22ad66e496fb1.zip
Doesn't build on alpha, missing machine/speaker.h
Noticed by: kris/bento
Notes
Notes: svn path=/head/; revision=78512
Diffstat (limited to 'audio/beep')
-rw-r--r--audio/beep/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
index 3c35f8939fda..1e9a845b6e3d 100644
--- a/audio/beep/Makefile
+++ b/audio/beep/Makefile
@@ -18,4 +18,9 @@ MAN1= beep.1
MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+IGNORE= "missing machine/speaker.h, sorry"
+.endif
+.include <bsd.port.post.mk>