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 | |
parent | 6b8b92e60c20269611151d687ca519ef38a7c255 (diff) | |
download | ports-1d859308de32f712aaa6f8a1c9626fd8dc0f354b.tar.gz ports-1d859308de32f712aaa6f8a1c9626fd8dc0f354b.zip |
Notes
Diffstat (limited to 'security')
-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} |