summaryrefslogtreecommitdiff
path: root/net/stund/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/stund/Makefile')
-rw-r--r--net/stund/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/stund/Makefile b/net/stund/Makefile
index b59fc8d76ccc..dc9e774abe4f 100644
--- a/net/stund/Makefile
+++ b/net/stund/Makefile
@@ -20,8 +20,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/server ${LOCALBASE}/sbin/stund
${INSTALL_PROGRAM} ${WRKSRC}/client ${LOCALBASE}/bin/stun_client
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>