From 5482972741b3ae2e0afcc3dcd114a58c54f01e43 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 19 Jun 2004 09:33:57 +0000 Subject: BROKEN on !i386: Does not compile --- security/sfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/sfs') diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 2f860eac2b08..2581e9893aa8 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ .include +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} -- cgit v1.2.3