aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinx
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-08 14:58:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-08 14:58:04 +0000
commit9d547674c977d04bd7387857bd462cb4d6ac4f65 (patch)
treeca69c542def389dae58113ea8f28247698580a18 /audio/sphinx
parent734603bc201ff233e33b5a53c3a954e74ff0e72e (diff)
downloadports-9d547674c977d04bd7387857bd462cb4d6ac4f65.tar.gz
ports-9d547674c977d04bd7387857bd462cb4d6ac4f65.zip
Sphinx has some i386-only sound code, adjust to account for this fact.
Submitted by: Alexander Langer <alex@big.endian.de>
Notes
Notes: svn path=/head/; revision=29396
Diffstat (limited to 'audio/sphinx')
-rw-r--r--audio/sphinx/Makefile3
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>