diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 16:34:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 16:34:32 +0800 |
commit | 2bba9a5c1afb3c35fde8f8efdcae0b8c3fc8dc95 (patch) | |
tree | 3af29ba88f627c6c79f67a0a17adcc440da203ed /net/stund | |
parent | 1541173b825c8b3a49f4dbfba36a6d6dc2298e79 (diff) | |
download | freebsd-ports-gnome-2bba9a5c1afb3c35fde8f8efdcae0b8c3fc8dc95.tar.gz freebsd-ports-gnome-2bba9a5c1afb3c35fde8f8efdcae0b8c3fc8dc95.tar.zst freebsd-ports-gnome-2bba9a5c1afb3c35fde8f8efdcae0b8c3fc8dc95.zip |
BROKEN on !i386: Does not compile
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> |