diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
commit | 0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch) | |
tree | a4be5d0931b67795905ca15d7cf926fac06a459e /security/openbsm | |
parent | 4c021c0e37531b811db7809b9396f4ed982c533c (diff) | |
download | ports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.tar.gz ports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.zip |
Notes
Diffstat (limited to 'security/openbsm')
-rw-r--r-- | security/openbsm/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index 1f84e3a4d6d4..d1d46bfd8f37 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -46,16 +46,11 @@ MAN8= auditfilterd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.X -.else .if ${OSVERSION} < 600000 BROKEN= does not package on 5.X .endif -.endif -.if ( ( ${OSVERSION} < 500000 && ${OSVERSION} > 491101 ) || \ - ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \ +.if ( ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \ ${OSVERSION} >= 600000 ) MAN8+= audit.8 \ auditd.8 |