summaryrefslogtreecommitdiff
path: root/x11/nvidia-settings
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-09-15 02:51:37 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-09-15 02:51:37 +0000
commit1e676be6804738965ee21d30497ba28bcef78ab8 (patch)
tree97070454594e96cc9ba32ca74361f93197d28b2f /x11/nvidia-settings
parent[1] add security-temp-dir patch to protect a person's privacy. (diff)
Disable port build for archs != i386. While technicaly it can be built
from the sources this will bring havy dependecy on X code and what is more significant atm NVidia diriver availble for ia32 only anyway. So stick with pre-built libNVCtrl.a now. Reported by: pointyhat Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118169
Diffstat (limited to 'x11/nvidia-settings')
-rw-r--r--x11/nvidia-settings/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile
index 9f9d4608d421..1858796b4d4d 100644
--- a/x11/nvidia-settings/Makefile
+++ b/x11/nvidia-settings/Makefile
@@ -21,4 +21,6 @@ PLIST_FILES= bin/nvidia-settings
MAKE_ENV= ROOT=${PREFIX}
+ONLY_FOR_ARCHS= i386
+
.include <bsd.port.mk>