diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-08 23:51:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-08 23:51:07 +0000 |
commit | 27bb2d06767e65fc2d6be104e354561d744ab962 (patch) | |
tree | d45cc0b9de1e504993fb8f2917628eef9c268f72 /security/l5 | |
parent | 3328e736fae20a0419c19803b767cec2b284363a (diff) | |
download | ports-27bb2d06767e65fc2d6be104e354561d744ab962.tar.gz ports-27bb2d06767e65fc2d6be104e354561d744ab962.zip |
Notes
Diffstat (limited to 'security/l5')
-rw-r--r-- | security/l5/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile index e191f9268cd2..1a40e98c7fd1 100644 --- a/security/l5/Makefile +++ b/security/l5/Makefile @@ -23,4 +23,8 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${ARCH} == 'amd64' +BROKEN= incorrect runtime output +.endif +.include <bsd.port.post.mk> |