aboutsummaryrefslogtreecommitdiff
path: root/net-im/jit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:17:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:17:47 +0000
commit25cfeceefb8783f7244743f850aabcc3e305d8b1 (patch)
tree11fa2794ec34ba5d665f7911a9811b576db6b56b /net-im/jit
parent4f173832ed5da51821e2714a8f14b8f6f2af6620 (diff)
downloadports-25cfeceefb8783f7244743f850aabcc3e305d8b1.tar.gz
ports-25cfeceefb8783f7244743f850aabcc3e305d8b1.zip
Notes
Diffstat (limited to 'net-im/jit')
-rw-r--r--net-im/jit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/jit/Makefile b/net-im/jit/Makefile
index b7c2de007448..cc3cbbb9f874 100644
--- a/net-im/jit/Makefile
+++ b/net-im/jit/Makefile
@@ -18,6 +18,12 @@ USE_GMAKE= yes
USE_REINPLACE= yes
HAS_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 or ia64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/jit/jabber-icq.example ${WRKSRC}/jit/jit.sh
@@ -33,4 +39,4 @@ do-install:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>