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 | |
parent | 734603bc201ff233e33b5a53c3a954e74ff0e72e (diff) | |
download | ports-9d547674c977d04bd7387857bd462cb4d6ac4f65.tar.gz ports-9d547674c977d04bd7387857bd462cb4d6ac4f65.zip |
Notes
Diffstat (limited to 'audio')
-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> |