diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
commit | d48c061ea69db10e358a2ac3eea00998ded0b49c (patch) | |
tree | f6b8ede252e3681585e52c7145b9297f98371bde /audio/rat | |
parent | cde397995e3dbf7429569b0b2a8611e5c85ce082 (diff) | |
download | ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.tar.gz ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.zip |
Notes
Diffstat (limited to 'audio/rat')
-rw-r--r-- | audio/rat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 56e90fc6f5ce..5650b024bab3 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -35,6 +35,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} ENABLE_IPv6= --enable-ipv6 .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui |