diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-09 10:49:15 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-09 10:49:15 +0000 |
commit | 3bf7df7a421d5db06f844652c5fa89ab32dc3cb5 (patch) | |
tree | 870c585b9a7badd445686d2c4e99bc049d182cc5 /sysutils/915resolution | |
parent | 30a52867d8bea8b6fb095a0d3b66f18bfe7c5b15 (diff) |
- Restrict ARCHS to i386 and amd64
PR: 124977
Submitted by: myself
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=216595
Diffstat (limited to 'sysutils/915resolution')
-rw-r--r-- | sysutils/915resolution/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile index f6234ea37877..63302d6263b8 100644 --- a/sysutils/915resolution/Makefile +++ b/sysutils/915resolution/Makefile @@ -20,6 +20,8 @@ USE_RC_SUBR= 915resolution.sh DOCS= README.txt LICENSE.txt chipset_info.txt changes.log +ONLY_FOR_ARCHS= i386 amd64 + .include <bsd.port.pre.mk> do-build: |