From c49b1c99249c2b51d852a851336752426c8ebd07 Mon Sep 17 00:00:00 2001 From: bland Date: Wed, 15 Sep 2004 02:51:37 +0000 Subject: 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) --- x11/nvidia-settings/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11') 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 -- cgit