diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
| commit | 82f9e5ad5571ce54362c74935980b39d71601aeb (patch) | |
| tree | 2f71c6551b79631fbd542b141c384e669000ca3e /security/sfs | |
| parent | BROKEN on 5.x: Segfault during build (diff) | |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/sfs')
| -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 e1f09b457a2c..8793b7ef6129 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -34,6 +34,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} |
