aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-09-15 10:51:37 +0800
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-09-15 10:51:37 +0800
commit1e676be6804738965ee21d30497ba28bcef78ab8 (patch)
tree97070454594e96cc9ba32ca74361f93197d28b2f /x11
parenteeb2f9db00a7688607e4ee181d46abd7d76ae753 (diff)
downloadfreebsd-ports-gnome-1e676be6804738965ee21d30497ba28bcef78ab8.tar.gz
freebsd-ports-gnome-1e676be6804738965ee21d30497ba28bcef78ab8.tar.zst
freebsd-ports-gnome-1e676be6804738965ee21d30497ba28bcef78ab8.zip
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)
Diffstat (limited to 'x11')
-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>