diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:17:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:17:47 +0800 |
commit | 3ca0e7f071165cee42f0e4b97b2d25ba54270217 (patch) | |
tree | 79253de4183c20b3aaeec1cf037f1a2225d7b7bf /net-im | |
parent | 5e6dc4f652428a7dfe023f1833dd6650495a18e9 (diff) | |
download | freebsd-ports-gnome-3ca0e7f071165cee42f0e4b97b2d25ba54270217.tar.gz freebsd-ports-gnome-3ca0e7f071165cee42f0e4b97b2d25ba54270217.tar.zst freebsd-ports-gnome-3ca0e7f071165cee42f0e4b97b2d25ba54270217.zip |
BROKEN on amd64 and ia64: Does not build
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jit/Makefile | 8 |
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> |