diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/openbsm | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) | |
download | ports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip |
Notes
Diffstat (limited to 'security/openbsm')
-rw-r--r-- | security/openbsm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index d1d46bfd8f37..bc44e0c0cef2 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -46,10 +46,6 @@ MAN8= auditfilterd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BROKEN= does not package on 5.X -.endif - .if ( ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \ ${OSVERSION} >= 600000 ) MAN8+= audit.8 \ |