summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-08 10:17:16 +0000
committeredwin <edwin@FreeBSD.org>2003-04-08 10:17:16 +0000
commit388d6cf90c610b8ef0f5558b2a1744ecf13f7eee (patch)
tree6cdfb36994fd352e701cd9cbd05859a6ac6e0476 /audio
parent1e39da9c105f87bcda07df0aae77098984ad4d56 (diff)
downloadFreeBSD-ports-388d6cf90c610b8ef0f5558b2a1744ecf13f7eee.zip
FreeBSD-ports-388d6cf90c610b8ef0f5558b2a1744ecf13f7eee.tar.gz
ONLY_FOR_ARCHS = i386, the others don't have machine/speaker.h
Diffstat (limited to 'audio')
-rw-r--r--audio/beep/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
index 1e9a845..50c88ad 100644
--- a/audio/beep/Makefile
+++ b/audio/beep/Makefile
@@ -18,9 +18,6 @@ MAN1= beep.1
MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
+ONLY_FOR_ARCHS= i386
-.if ${ARCH} == "alpha"
-IGNORE= "missing machine/speaker.h, sorry"
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud