diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-08-08 17:21:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-08-08 17:21:29 +0800 |
commit | 501d6626ce837c1e50437910e9bea67fbda0302c (patch) | |
tree | 70c1ba42a5c010e39fbc5bcdb347f4a07df3d64f /audio/yell | |
parent | 69b1b9e723df2343f4cf19f0428bb9c60b2e5d99 (diff) | |
download | freebsd-ports-graphics-501d6626ce837c1e50437910e9bea67fbda0302c.tar.gz freebsd-ports-graphics-501d6626ce837c1e50437910e9bea67fbda0302c.tar.zst freebsd-ports-graphics-501d6626ce837c1e50437910e9bea67fbda0302c.zip |
Works on amd64, mark accordingly
Diffstat (limited to 'audio/yell')
-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 48c44a622c4..9d51a1c2ffd 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 |