diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-05-08 18:23:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-05-08 18:23:16 +0000 |
commit | 6d596cfd15c9b80c3893269ee3c82f927370f52f (patch) | |
tree | 6f1ff27f6db2f21d2173f9245c33ba56417fbdaa /security | |
parent | 6a9d02491ac0b2f68f46547dcfa4a47690d156ee (diff) | |
download | ports-6d596cfd15c9b80c3893269ee3c82f927370f52f.tar.gz ports-6d596cfd15c9b80c3893269ee3c82f927370f52f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 07bd3f722228..a9242011017f 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -14,9 +14,6 @@ DISTNAME= tripwire-2.3.1-2 MAINTAINER= cy@FreeBSD.org COMMENT= File system security and verification program -.if ${OSVERSION} >= 500000 -BROKEN= "Fails to build under 5.X" -.endif MAN5= twfiles.5 twconfig.5 twpolicy.5 MAN8= siggen.8 tripwire.8 twadmin.8 twintro.8 twprint.8 @@ -51,6 +48,10 @@ TRIPWIRE_CLOBBER?= NO .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500000 +BROKEN= "Fails to build under 5.X" +.endif + PLIST_SUB+= TWCFG=${TWCFG} TWDB=${TWDB} pre-configure: |