aboutsummaryrefslogtreecommitdiff
path: root/security/integrit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 08:34:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 08:34:10 +0000
commit59001e6a30bd4fd6404e8e688ded8a5fc0ccbeee (patch)
tree4356599c23f71896d437beca2d391c21d253b3ac /security/integrit
parentf9a35f984bdd2c8f3d97eaae9a2d8c968cecfd45 (diff)
downloadports-59001e6a30bd4fd6404e8e688ded8a5fc0ccbeee.tar.gz
ports-59001e6a30bd4fd6404e8e688ded8a5fc0ccbeee.zip
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=102985
Diffstat (limited to 'security/integrit')
-rw-r--r--security/integrit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/integrit/Makefile b/security/integrit/Makefile
index 768f903923a1..6ee6cedbab33 100644
--- a/security/integrit/Makefile
+++ b/security/integrit/Makefile
@@ -21,4 +21,10 @@ ALL_TARGET= ${PORTNAME} utils
MAN1= i-ls.1 i-viewdb.1 integrit.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
+.include <bsd.port.post.mk>