diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-12 01:17:37 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-12 01:17:37 +0000 |
commit | 97ac85e594932b0ed18e72f9e51b8dc46b90c967 (patch) | |
tree | bc88cb5c061683adb8eb7025a200031175216cbe /graphics | |
parent | ee9d590d93b3c2993e97a32a0f3a3e34b08a08a2 (diff) | |
download | FreeBSD-ports-97ac85e594932b0ed18e72f9e51b8dc46b90c967.zip FreeBSD-ports-97ac85e594932b0ed18e72f9e51b8dc46b90c967.tar.gz |
Set ONLY_FOR_ARCHS= i386.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/drm-kmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 1d8491c..bd00e40 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -20,6 +20,7 @@ PKGMESSAGE= ${WRKSRC}/.MESSAGE .include <bsd.port.pre.mk> +ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 400006 BROKEN= "FreeBSD before 4.1 is not supported" .elif ${OSVERSION} > 500000 |