diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 09:28:25 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 09:28:25 +0000 |
commit | 94e0665b271d3210007adcf0e507db8b816c8703 (patch) | |
tree | f2fd0d9035027f4a1e13eed9527c5f4629e3c15c /audio/aureal-kmod/Makefile | |
parent | 62402b979a32a6fba4dba9c5dd0837de415233af (diff) | |
download | FreeBSD-ports-94e0665b271d3210007adcf0e507db8b816c8703.zip FreeBSD-ports-94e0665b271d3210007adcf0e507db8b816c8703.tar.gz |
Add ONLY_FOR_ARCHS=i386.
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r-- | audio/aureal-kmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 53fc4bb..a025070 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -16,6 +16,8 @@ MAINTAINER= matey@cis.ohio-state.edu NO_PACKAGE= package doesn't make any sense, because kld's should be in sync with running kernel to work correctly +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR} PKGMESSAGE= ${WRKSRC}/.MESSAGE |