diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/nuppelvideo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/nuppelvideo/Makefile b/multimedia/nuppelvideo/Makefile index 92055b433f98..d5b9c2b4e5e2 100644 --- a/multimedia/nuppelvideo/Makefile +++ b/multimedia/nuppelvideo/Makefile @@ -25,6 +25,10 @@ CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + ### ## Auto detected features ### |