From c829074b4abd7463946ba1b611e786a92e6c854c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 17 Apr 2004 08:34:32 +0000 Subject: BROKEN on !i386: Does not compile --- net/stund/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/stund/Makefile') 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 + +.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 +.include -- cgit v1.2.3