diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 08:34:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 08:34:32 +0000 |
commit | c829074b4abd7463946ba1b611e786a92e6c854c (patch) | |
tree | 085c92650617935d5d1c680ed8f8ed9a80a7e610 /net/stund | |
parent | 746b4e2f3f59a6a9d07fcbd1a4690a7cec7bd4ca (diff) | |
download | ports-c829074b4abd7463946ba1b611e786a92e6c854c.tar.gz ports-c829074b4abd7463946ba1b611e786a92e6c854c.zip |
Notes
Diffstat (limited to 'net/stund')
-rw-r--r-- | net/stund/Makefile | 8 |
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> |