summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2003-05-08 18:23:16 +0000
committercy <cy@FreeBSD.org>2003-05-08 18:23:16 +0000
commite0d58534622a2aad1bd707d31c360ceeb12c2e27 (patch)
tree0cc4a77e975c7f0a2f4a83ba19cbe7a1c4b1fc88 /security
parent3b288752e066f2c03331478585627a5685ef738f (diff)
downloadFreeBSD-ports-e0d58534622a2aad1bd707d31c360ceeb12c2e27.zip
FreeBSD-ports-e0d58534622a2aad1bd707d31c360ceeb12c2e27.tar.gz
Last commit broke build under -STABLE. Fix error.
Diffstat (limited to 'security')
-rw-r--r--security/tripwire/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 07bd3f7..a924201 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:
OpenPOWER on IntegriCloud