From 33e0d2659453df67896988cc8c773ef85c2e4832 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 6 Mar 2004 23:07:23 +0000 Subject: BROKEN on !i386 and !alpha: Does not compile --- devel/lwp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 38294a3147fb..481aec406c5c 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -19,4 +19,10 @@ USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -.include +.include + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha" +.endif + +.include -- cgit