diff options
-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 7d96a46df95..77206b65f17 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 |