aboutsummaryrefslogtreecommitdiff
path: root/emulators/tpm-emulator
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 02:31:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 02:31:07 +0000
commitd5db910408bec0c204925ad46b76d03866d9ba37 (patch)
tree0215836cf51a72264b3ee15f1d92d47ea6024a0e /emulators/tpm-emulator
parentba9425925cbceee64e42e73440e0480047d52323 (diff)
downloadports-d5db910408bec0c204925ad46b76d03866d9ba37.tar.gz
ports-d5db910408bec0c204925ad46b76d03866d9ba37.zip
Notes
Diffstat (limited to 'emulators/tpm-emulator')
-rw-r--r--emulators/tpm-emulator/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile
index 59abc44dabf2..8320457d506f 100644
--- a/emulators/tpm-emulator/Makefile
+++ b/emulators/tpm-emulator/Makefile
@@ -57,4 +57,10 @@ add-plist-post:
@${ECHO_CMD} "@unexec ${RMDIR} var/run/tpm 2>/dev/null || true" >> ${TMPPLIST}
@${ECHO_CMD} "@exec ${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 var/run/tpm" >> ${TMPPLIST}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
+.endif
+
+.include <bsd.port.post.mk>