diff options
author | kris <kris@FreeBSD.org> | 2003-10-13 00:01:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-13 00:01:00 +0000 |
commit | 461c6bdcd937b608d2b20bef3cf8b7bdf746c81b (patch) | |
tree | 2cc186653b4c549d6f777a1fd6355dfb50884c27 /security/sfs | |
parent | 83072db32bc7cab56e72db9582f27f2b16131445 (diff) | |
download | FreeBSD-ports-461c6bdcd937b608d2b20bef3cf8b7bdf746c81b.zip FreeBSD-ports-461c6bdcd937b608d2b20bef3cf8b7bdf746c81b.tar.gz |
BROKEN on 5.x: does not compile
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 eba4ae1..d72aeee 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 \ |