diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-10 13:33:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-10 13:33:46 +0000 |
commit | d9d58398471a63d03f02169c84ff1b23b6afd27c (patch) | |
tree | 94abff9dbf46d4101def0f3470a587ac35fdab21 /audio | |
parent | 4687678d49a6faf8efc2a7e8da46046fb3088669 (diff) | |
download | ports-d9d58398471a63d03f02169c84ff1b23b6afd27c.tar.gz ports-d9d58398471a63d03f02169c84ff1b23b6afd27c.zip |
Mark it ONLY_FOR_ARCHS=i386
Notes
Notes:
svn path=/head/; revision=193172
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index d64d04182f85..1a8c9f2f090a 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -24,6 +24,6 @@ USE_LDCONFIG= yes MAKE_ENV+= CC="${CC}" LOCALBASE="${LOCALBASE}" -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 .include <bsd.port.mk> |