diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-08-08 09:21:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-08-08 09:21:29 +0000 |
commit | cc9e88fe371a8ee07345beefc372ec2eab714723 (patch) | |
tree | 8470d236072518f23e8d6640d601f0eeeb0309c1 /audio | |
parent | a7bbb003b7d7957db30c4203c7479b0bf9048a8d (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/yell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/yell/Makefile b/audio/yell/Makefile index 48c44a622c44..9d51a1c2ffdb 100644 --- a/audio/yell/Makefile +++ b/audio/yell/Makefile @@ -15,7 +15,7 @@ COMMENT= A command line pc speaker bell PLIST_FILES= bin/yell -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 OPTIONS= SUID "Set the setuid bit on the yell program" off |