From 97ed601f98a1d831c5966e87f83523f74f18dce7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 8 Apr 2003 10:17:16 +0000 Subject: [PATCH] ONLY_FOR_ARCHS = i386, the others don't have machine/speaker.h --- audio/beep/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/audio/beep/Makefile b/audio/beep/Makefile index 1e9a845b6e3d..50c88ad1216a 100644 --- a/audio/beep/Makefile +++ b/audio/beep/Makefile @@ -18,9 +18,6 @@ MAN1= beep.1 MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/${PORTNAME} -.include +ONLY_FOR_ARCHS= i386 -.if ${ARCH} == "alpha" -IGNORE= "missing machine/speaker.h, sorry" -.endif -.include +.include