diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 09:03:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 09:03:42 +0000 |
commit | dea73af411ba3ac3f80f7a9aa1aecd93d378341b (patch) | |
tree | ee1168b28304bf7e874e4379e860b52589521831 | |
parent | dd5996ad2999c9ca7a37c1f4694b78af89633cb1 (diff) | |
download | freebsd-ports-dea73af411ba3ac3f80f7a9aa1aecd93d378341b.zip |
- Mark BROKEN on AMD64
PR: ports/63420
Submitted by: Hendrik Scholz <hendrik@scholz.net>
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 7d96a46df95d..77206b65f174 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -18,6 +18,10 @@ MAN4= uppc.4 WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes +.if ${MACHINE_ARCH:L} == "amd64" +BROKEN= "kernel modules are not available on this platform yet" +.endif + .if !exists(/usr/src/sys/dev/usb/usb.h) IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif |