diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:20:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:20:58 +0000 |
commit | f50c7f319999335caab08824b7d758a2db7d5bc5 (patch) | |
tree | 44596052527a5d27fc74ac9b68213ccc625d720c /security/audit | |
parent | f5fbc6557b2e106d81d6f46c8ef5cf32976f1e32 (diff) | |
download | ports-f50c7f319999335caab08824b7d758a2db7d5bc5.tar.gz ports-f50c7f319999335caab08824b7d758a2db7d5bc5.zip |
Notes
Diffstat (limited to 'security/audit')
-rw-r--r-- | security/audit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index aa1acad49b83..7933e0bbfc5b 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -57,6 +57,12 @@ DOCS= COPYING README TODO FIXPREFIX_CONF= src/include/audconf.h src/auditd/auditd.8 LIBVERSION= 1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-patch: ${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure (${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \ @@ -78,4 +84,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |