diff options
author | gahr <gahr@FreeBSD.org> | 2008-07-09 18:49:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-07-09 18:49:15 +0800 |
commit | fc58c10a40b981870651952f433c3675052aac7b (patch) | |
tree | 427697a7378def021784397012dad20475c37245 /sysutils/915resolution | |
parent | 1c22bcb1bf593bd31a71d7a3235da91a25c814c6 (diff) | |
download | freebsd-ports-gnome-fc58c10a40b981870651952f433c3675052aac7b.tar.gz freebsd-ports-gnome-fc58c10a40b981870651952f433c3675052aac7b.tar.zst freebsd-ports-gnome-fc58c10a40b981870651952f433c3675052aac7b.zip |
- Restrict ARCHS to i386 and amd64
PR: 124977
Submitted by: myself
Approved by: maintainer timeout (14 days)
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: |