summaryrefslogtreecommitdiff
path: root/net/stund/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-17 08:34:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-17 08:34:32 +0000
commitc829074b4abd7463946ba1b611e786a92e6c854c (patch)
tree085c92650617935d5d1c680ed8f8ed9a80a7e610 /net/stund/Makefile
parent- Fix build on 4-x (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=107317
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>