diff options
author | kris <kris@FreeBSD.org> | 2002-12-03 13:31:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-03 13:31:50 +0800 |
commit | 47888c2a69e32003cfb9e728c1b7fcab1cf4b533 (patch) | |
tree | 0f84db9c17e81afad12c8115b9caea61d489953b /audio | |
parent | 1db9b46cafe2bca225bff6e2ec65a0c6cbe14540 (diff) | |
download | freebsd-ports-gnome-47888c2a69e32003cfb9e728c1b7fcab1cf4b533.tar.gz freebsd-ports-gnome-47888c2a69e32003cfb9e728c1b7fcab1cf4b533.tar.zst freebsd-ports-gnome-47888c2a69e32003cfb9e728c1b7fcab1cf4b533.zip |
ONLY_FOR_ARCHS=i386
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fmio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fmio/Makefile b/audio/fmio/Makefile index 5cc696921be8..3c123586c0e4 100644 --- a/audio/fmio/Makefile +++ b/audio/fmio/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kunia@istc.kiev.ua MAN1= fmio.1 MANCOMPRESSED= no - +ONLY_FOR_ARCHS= i386 pre-build: .if !defined(WITH_BKTR) |