summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-12 22:32:29 +0000
committerkris <kris@FreeBSD.org>2006-02-12 22:32:29 +0000
commit0ca761a371f0191c29f819d4b00f65949fd72036 (patch)
tree596de1feced7de97fbfeb2c2eb598912655a2542
parent128c251068a190b4efaf267c366751c3dd42b82d (diff)
downloadFreeBSD-ports-0ca761a371f0191c29f819d4b00f65949fd72036.zip
FreeBSD-ports-0ca761a371f0191c29f819d4b00f65949fd72036.tar.gz
BROKEN on !i386: Does not compile
-rw-r--r--irc/xaric/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index 21cb394..50c2912 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -20,10 +20,16 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xaric.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= Does not compile on ${ARCH}
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1
@${MKDIR} ${DATADIR}/help
${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud