From 473d508f0b2ddb1018eb2ef4ad855f82f13e8868 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 23 Dec 2003 20:35:08 +0000 Subject: Per bento logs, mark as broken on 5.x due to an install error. Notified maintainer. --- security/sfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/sfs/Makefile b/security/sfs/Makefile index eba4ae16a98f..84d916300aed 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ .include +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${PREFIX} -- cgit