aboutsummaryrefslogtreecommitdiff
path: root/security/pam_jail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-04 02:03:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-04 02:03:30 +0000
commit663d3fd79361c4e1a9af22a4daae122c97e46f45 (patch)
tree4369597d3584a746227fa9dff1b4b102466d1b94 /security/pam_jail
parent99877ae6a9a13d7afd3266b573b45478297bc490 (diff)
downloadports-663d3fd79361c4e1a9af22a4daae122c97e46f45.tar.gz
ports-663d3fd79361c4e1a9af22a4daae122c97e46f45.zip
Notes
Diffstat (limited to 'security/pam_jail')
-rw-r--r--security/pam_jail/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pam_jail/Makefile b/security/pam_jail/Makefile
index 4c8435d93e24..8d1d7946f404 100644
--- a/security/pam_jail/Makefile
+++ b/security/pam_jail/Makefile
@@ -32,4 +32,8 @@ post-install:
BROKEN= jail version not supported
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
.include <bsd.port.post.mk>