diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-04 10:03:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-04 10:03:30 +0800 |
commit | ea3f46436d3783e2368e33b20634804b2ede64c6 (patch) | |
tree | d0f4efc66dc281174a739ca83147b417a2ddb33d /security | |
parent | 5392172f4ec15399efbd2e550f3d894c43f9fffa (diff) | |
download | freebsd-ports-gnome-ea3f46436d3783e2368e33b20634804b2ede64c6.tar.gz freebsd-ports-gnome-ea3f46436d3783e2368e33b20634804b2ede64c6.tar.zst freebsd-ports-gnome-ea3f46436d3783e2368e33b20634804b2ede64c6.zip |
Mark broken on sparc64.
Hat: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_jail/Makefile | 4 |
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> |