diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-05 07:10:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-05 07:10:00 +0800 |
commit | eea81bbe0c8788c4fdd61accc5ff1b5e2a7ba493 (patch) | |
tree | e5f66dd4383a99e81ab54185303833722baafb37 /audio/yell | |
parent | cb9d76f417be06feac13719658220eea86b9c677 (diff) | |
download | freebsd-ports-gnome-eea81bbe0c8788c4fdd61accc5ff1b5e2a7ba493.tar.gz freebsd-ports-gnome-eea81bbe0c8788c4fdd61accc5ff1b5e2a7ba493.tar.zst freebsd-ports-gnome-eea81bbe0c8788c4fdd61accc5ff1b5e2a7ba493.zip |
Mark as i386-only since it uses speaker.h. pointyhat confirms that it
does not build elsewhere.
PR: ports/71496
Submitted by: Emanuel Haupt <ehaupt at critical dot ch>
Approved by: portmgr (implicit)
Diffstat (limited to 'audio/yell')
-rw-r--r-- | audio/yell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/yell/Makefile b/audio/yell/Makefile index 0a78b454c080..c375b4affb7c 100644 --- a/audio/yell/Makefile +++ b/audio/yell/Makefile @@ -15,6 +15,8 @@ COMMENT= A command line speaker bell using machine/speaker.h PLIST_FILES= bin/yell +ONLY_FOR_ARCHS= i386 + pre-everything:: .if !defined(WITH_SUID) @${ECHO_CMD} "" |