diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 20:00:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 20:00:54 +0000 |
commit | 44e63db296a399551fc48d44375235926beecd42 (patch) | |
tree | cb2ecfc189017512588dde49e6580227b958fcf3 /security/mosref | |
parent | 73228fbb4cca82be17eb5d496fcd7b964280e7f5 (diff) | |
download | ports-44e63db296a399551fc48d44375235926beecd42.tar.gz ports-44e63db296a399551fc48d44375235926beecd42.zip |
Notes
Diffstat (limited to 'security/mosref')
-rw-r--r-- | security/mosref/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index 69ad9006aa1d..af164de3c4cf 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -34,10 +34,4 @@ post-install: cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Segfault during build on !i386 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |