diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 20:35:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 20:35:08 +0000 |
commit | 1d859308de32f712aaa6f8a1c9626fd8dc0f354b (patch) | |
tree | 1eb845cc743cf868097759ee2dfdd639697db181 /security/sfs/Makefile | |
parent | Update to 0.0.7. (diff) |
Per bento logs, mark as broken on 5.x due to an install error.
Notified maintainer.
Notes
Notes:
svn path=/head/; revision=96492
Diffstat (limited to 'security/sfs/Makefile')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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} |