diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-08 14:58:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-08 14:58:04 +0000 |
commit | 9d547674c977d04bd7387857bd462cb4d6ac4f65 (patch) | |
tree | ca69c542def389dae58113ea8f28247698580a18 /audio/sphinx/Makefile | |
parent | The zsh-functions distfile has been moved from freefall to ftp. (diff) |
Sphinx has some i386-only sound code, adjust to account for this fact.
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'audio/sphinx/Makefile')
-rw-r--r-- | audio/sphinx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 086894704868..19cc5a9476f4 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -16,4 +16,7 @@ MAINTAINER= trevor@jpj.net USE_LIBTOOL= yes USE_GMAKE= yes +# contains i386 sound code +ONLY_FOR_ARCHS= i386 + .include <bsd.port.mk> |