diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 00:01:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 00:01:00 +0000 |
commit | 81ffd01a06a33c805b0c5d574fd4642cf053f2c9 (patch) | |
tree | 488f889c4bce71dee1fc5be317ac539950fb1dbb /security/sfs | |
parent | b19ea7a6ff2b5168ed4f0b2e90ddd63000c96de0 (diff) | |
download | ports-81ffd01a06a33c805b0c5d574fd4642cf053f2c9.tar.gz ports-81ffd01a06a33c805b0c5d574fd4642cf053f2c9.zip |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=90960
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 eba4ae16a98f..d72aeee1da1b 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--with-gmp=${PREFIX} CONFIGURE_ARGS+=--with-gmp=/usr .endif +.if ${OSVERSION} > 501000 +BROKEN= Does not compile +.endif + MAN1= \ dirsearch.1 \ newaid.1 \ |