summaryrefslogtreecommitdiff
path: root/devel/str
diff options
context:
space:
mode:
Diffstat (limited to 'devel/str')
-rw-r--r--devel/str/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/str/Makefile b/devel/str/Makefile
index 470bb3d58ca2..8b6f025fef76 100644
--- a/devel/str/Makefile
+++ b/devel/str/Makefile
@@ -20,10 +20,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
MAN3= str.3
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>