diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 21:40:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 21:40:40 +0000 |
commit | b1e2bf84648f71d6ab896e07c67f138e8d038851 (patch) | |
tree | d064da4e380fdc2751ebd3fa11ed40e370212088 /security/nacl | |
parent | 487a934c67c9723089bfc607eba2d227008a1a02 (diff) |
- Mark BROKEN: fails to install
install: /usr/ports/security/nacl/work/nacl-20110221/build/jail-31/bin/nacl-sha256: No such file or directory
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=292550
Diffstat (limited to 'security/nacl')
-rw-r--r-- | security/nacl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nacl/Makefile b/security/nacl/Makefile index 76b5cb9857dc..15063c4b5379 100644 --- a/security/nacl/Makefile +++ b/security/nacl/Makefile @@ -17,6 +17,8 @@ ALL_TARGET= do USE_BZIP2= YES MAKE_JOBS_UNSAFE= YES +BROKEN= fails to install + .include <bsd.port.pre.mk> HOSTNAME_CMD?= /bin/hostname |