diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:45:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:45:08 +0000 |
commit | 0736995d6028a390c526a1c6d05f361496ced141 (patch) | |
tree | 58ce824c352fe6acbe40790c0e36ca0895196497 /security/zxid | |
parent | ed9f2279428e3b9061230d17feeb145b823bb0a6 (diff) | |
download | ports-0736995d6028a390c526a1c6d05f361496ced141.tar.gz ports-0736995d6028a390c526a1c6d05f361496ced141.zip |
Notes
Diffstat (limited to 'security/zxid')
-rw-r--r-- | security/zxid/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 273ca5a21872..b269f658c9f6 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -25,4 +25,10 @@ USE_OPENSSL= yes post-install: ${LN} -s libzxid.so.0.0 ${PREFIX}/lib/libzxid.so.0 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not install +.endif + +.include <bsd.port.post.mk> |