diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-04 23:10:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-04 23:10:00 +0000 |
commit | 46e4cb731056ac12047f1af8014d2056822b98b8 (patch) | |
tree | eeaef1b77774d3af7f6d46aecea01202c28ec23d /audio/yell/Makefile | |
parent | - Unbreak on systems where gcc 3.4 is the base compiler (patches to sources (diff) |
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)
Notes
Notes:
svn path=/head/; revision=118541
Diffstat (limited to '')
-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} "" |